Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the access control list (ACL) for this object.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetAccessControlList As IAccessControlList
'Usage
Dim instance As IAccessControlledMetadataObject
Dim returnValue As IAccessControlList
returnValue = instance.GetAccessControlList()
IAccessControlList GetAccessControlList()
Return Value
Type: Microsoft.BusinessData.Infrastructure.IAccessControlList
The ACL object.
See Also
Reference
IAccessControlledMetadataObject Interface