Freigeben über


ISecurableObject.AllRolesForCurrentUser-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft die Rollendefinitionen für den aktuellen Benutzer ab.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
ReadOnly Property AllRolesForCurrentUser As SPRoleDefinitionBindingCollection
    Get
'Usage
Dim instance As ISecurableObject
Dim value As SPRoleDefinitionBindingCollection

value = instance.AllRolesForCurrentUser
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
SPRoleDefinitionBindingCollection AllRolesForCurrentUser { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPRoleDefinitionBindingCollection
Ein SPRoleDefinitionBindingCollection -Objekt, die die Rollendefinitionen darstellt.

Siehe auch

Referenz

ISecurableObject Schnittstelle

ISecurableObject-Member

Microsoft.SharePoint-Namespace