Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.