ISecurableObject.ReusableAcl Property
NOTE: This API is now obsolete.
Gets an opaque object representing the raw access control list (ACL) information of the securable object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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; }
Property Value
Type: Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the raw ACL information.