AccessControlledMetadataObject.GetAccessControlList Method
Gets the access control list (ACL) from the containing entity.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Function GetAccessControlList As IAccessControlList
'Usage
Dim instance As AccessControlledMetadataObject
Dim returnValue As IAccessControlList
returnValue = instance.GetAccessControlList()
public IAccessControlList GetAccessControlList()
Return Value
Type: Microsoft.BusinessData.Infrastructure.IAccessControlList
The ACL.
See Also
Reference
AccessControlledMetadataObject Class
AccessControlledMetadataObject Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace