Name | Description | |
---|---|---|
![]() | ActiveRole | Returns a Role object that represents the currently active role. Do not call this property without first checking to see if a role is currently active with IsActiveRole. Do not call this method if there is no currently active role. |
![]() | IsActiveRole | Returns true if a role is currently active or false if not. IsActiveRole should always be called first before calling ActiveRole. |