: IndividuallySecurableMetadataObject.GetAccessControlList (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)
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.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Overrides Function GetAccessControlList As IAccessControlList
'Uso
Dim instance As IndividuallySecurableMetadataObject
Dim returnValue As IAccessControlList
returnValue = instance.GetAccessControlList
public override IAccessControlList GetAccessControlList ()
Valor devuelto
A list of ACEs associated with the metadata object.
Vea también
Referencia
IndividuallySecurableMetadataObject (Clase)
IndividuallySecurableMetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)