Share via


IndividuallySecurableMetadataObject.GetAccessControlList Method

A virtual method that is designed to return the list of access control entries (ACEs) associated with the metadata object registered in the Business Data Catalog. Each individually securable metadata object inherits from this class and provides its own implementation of this method.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Overrides Function GetAccessControlList As IAccessControlList
'Usage
Dim instance As IndividuallySecurableMetadataObject
Dim returnValue As IAccessControlList

returnValue = instance.GetAccessControlList()
public override IAccessControlList GetAccessControlList()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.IAccessControlList
A list of ACEs associated with the metadata object.

See Also

Reference

IndividuallySecurableMetadataObject Class

IndividuallySecurableMetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace