Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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