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.
This member overrides SPAccessRule.AllowedObjectRights.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AllowedObjectRights As SPObjectRights
Get
'Usage
Dim instance As SPAclAccessRule
Dim value As SPObjectRights
value = instance.AllowedObjectRights
public override SPObjectRights AllowedObjectRights { get; }
Property Value
Type: Microsoft.SharePoint.Administration.AccessControl.SPObjectRights
See Also
Reference
SPAclAccessRule<TRightsEnum> Class