Exago .NET API Documentation
IsActive Property
WebReports.Api.Roles Namespace > Role Class : IsActive Property

Returns True if this Role is the currently active role, or False if not.

If setting to True, this Role will be set as the active Role and all of its General Settings will be applied to the environment, by calling WebReports.Api.Common.General SetActiveRole()

If setting to False, this Role will be unset as the active Role, but the General Settings applied by the role remain active.

Syntax
public System.bool IsActive {get; set;}

Property Value

Pass True to activate this Role, or False  to deactivate it.
See Also

Reference

Role Class
Role Members