SPObjectSecurity.NamedAccessRights property
Gets an object that represents a collection of descriptions of the access rights supported by the security object.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property NamedAccessRights As IEnumerable(Of SPNamedObjectRights)
Get
'Usage
Dim instance As SPObjectSecurity
Dim value As IEnumerable(Of SPNamedObjectRights)
value = instance.NamedAccessRights
public abstract IEnumerable<SPNamedObjectRights> NamedAccessRights { get; }
Property value
Type: System.Collections.Generic.IEnumerable<SPNamedObjectRights>
An object that contains a collection of descriptions of the access rights.