SPAccessRule.AllowedObjectRights Property
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