ISecurableObject.ReusableAcl Property
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)
Syntax
ReadOnly Property ReusableAcl As SPReusableAcl
Get
Dim instance As ISecurableObject
Dim value As SPReusableAcl
value = instance.ReusableAcl
SPReusableAcl ReusableAcl { get; }
Property Value
Type: Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the raw ACL information.