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)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public MustOverride ReadOnly Property ReusableAcl As SPReusableAcl
Get
'Usage
Dim instance As SPSecurableObject
Dim value As SPReusableAcl
value = instance.ReusableAcl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public abstract SPReusableAcl ReusableAcl { get; }
Property Value
Type: Microsoft.SharePoint.SPReusableAcl
An object that represents an ACL.