SPSecurableObject.ReusableAcl property
Gets an opaque object that represents the raw access control list (ACL) information for the object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ReusableAcl As SPReusableAcl
Get
'Usage
Dim instance As SPSecurableObject
Dim value As SPReusableAcl
value = instance.ReusableAcl
public abstract SPReusableAcl ReusableAcl { get; }
Property value
Type: Microsoft.SharePoint.SPReusableAcl
An object that represents an ACL.