SPObjectSecurity.NamedAccessRights-Eigenschaft
Ruft ein Objekt, das eine Auflistung von Beschreibungen der durch das Sicherheitsobjekt unterstützt Zugriffsrechte darstellt.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<SPNamedObjectRights>
Ein Objekt, das eine Auflistung von Beschreibungen der Zugriffsrechte enthält.