Share via


ISecurableObject.ReusableAcl-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft ein undurchsichtiger-Objekt, das unformatierte Access Control (List, ACL) Informationen des sicherungsfähigen Objekts darstellt.

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

Syntax

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

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

Eigenschaftswert

Typ: Microsoft.SharePoint.SPReusableAcl
Ein SPReusableAcl -Objekt, das die Rohdaten ACL-Informationen darstellt.

Siehe auch

Referenz

ISecurableObject Schnittstelle

ISecurableObject-Member

Microsoft.SharePoint-Namespace