SPList.ReusableAcl - Propriété
Gets an opaque object that represents the raw access control list (ACL) information for the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property ReusableAcl As SPReusableAcl
Get
'Utilisation
Dim instance As SPList
Dim value As SPReusableAcl
value = instance.ReusableAcl
public override SPReusableAcl ReusableAcl { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents the raw ACL information.