SPWeb.ReusableAcl Property

Gets the reusable access control list (ACL) for the website.

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 SPWeb
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 ACL of the website.

Implements

ISecurableObject.ReusableAcl

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace