SPAccessRule.AllowedObjectRights property
Gets the rights allowed by the access rule.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AllowedObjectRights As SPObjectRights
Get
'Usage
Dim instance As SPAccessRule
Dim value As SPObjectRights
value = instance.AllowedObjectRights
public abstract SPObjectRights AllowedObjectRights { get; }
Property value
Type: Microsoft.SharePoint.Administration.AccessControl.SPObjectRights