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

See also

Reference

SPAccessRule class

SPAccessRule members

Microsoft.SharePoint.Administration.AccessControl namespace