SPSecurableObject.AllRolesForCurrentUser-Eigenschaft
Ruft eine vollständige Liste der Rollendefinitionen für das Objekt zu dem der aktuelle Benutzer gehört, in diesem Bereich.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AllRolesForCurrentUser As SPRoleDefinitionBindingCollection
Get
'Usage
Dim instance As SPSecurableObject
Dim value As SPRoleDefinitionBindingCollection
value = instance.AllRolesForCurrentUser
public virtual SPRoleDefinitionBindingCollection AllRolesForCurrentUser { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPRoleDefinitionBindingCollection
Die vollständige Liste der Rollendefinitionen für das Objekt zu dem der aktuelle Benutzer in diesem Bereich gehört.
Implementiert
ISecurableObject.AllRolesForCurrentUser