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