SPAclAccessRule<TRightsEnum>.AllowedRights property
Gets the rights allowed by the access rule.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedRights As TRightsEnum
Get
'Usage
Dim instance As SPAclAccessRule
Dim value As TRightsEnum
value = instance.AllowedRights
public TRightsEnum AllowedRights { get; }
Property value
Type: TRightsEnum
Returns SPObjectRights.
See also
Reference
SPAclAccessRule<TRightsEnum> class