Class IRosterPrincipalExtensions
Roster principal interface extensions.
Inherited Members
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public static class IRosterPrincipalExtensions
Methods
View SourceGetPermissionCheckOrder(IRosterPrincipal)
Gets the value of the Microsoft.GNS.Roster.Internal.PermissionCheckOrderAttribute.
Declaration
public static int GetPermissionCheckOrder(this IRosterPrincipal rp)
Parameters
Type | Name | Description |
---|---|---|
IRosterPrincipal | rp | The IRosterPrincipal to check. |
Returns
Type | Description |
---|---|
int | An integer value representing the check order. |