ISecurableObject.ReusableAcl property

NOTE: This API is now obsolete.

Gets an opaque object representing the raw access control list (ACL) information of the securable object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
ReadOnly Property ReusableAcl As SPReusableAcl
    Get
'Usage
Dim instance As ISecurableObject
Dim value As SPReusableAcl

value = instance.ReusableAcl
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
SPReusableAcl ReusableAcl { get; }

Property value

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

See also

Reference

ISecurableObject interface

ISecurableObject members

Microsoft.SharePoint namespace