SPList.ReusableAcl Property

Gets an opaque object that represents the raw access control list (ACL) information for the list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Overrides ReadOnly Property ReusableAcl As SPReusableAcl
    Get
'Usage
Dim instance As SPList
Dim value As SPReusableAcl

value = instance.ReusableAcl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override SPReusableAcl ReusableAcl { get; }

Property Value

Type: Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the raw ACL information.

Implements

ISecurableObject.ReusableAcl

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace