SPAclAccessRule<TRightsEnum>.AllowedObjectRights property
Gets the object rights allowed by the access rule.
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