ApplicationRegistry.GetIndividuallySecurableMetadataObjectChildren Method
Gets a list of the metadata objects contained by each LobSystem object that is registered in the Business Data Catalog.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function GetIndividuallySecurableMetadataObjectChildren As IList(Of IndividuallySecurableMetadataObject)
'Usage
Dim returnValue As IList(Of IndividuallySecurableMetadataObject)
returnValue = Me.GetIndividuallySecurableMetadataObjectChildren()
protected override IList<IndividuallySecurableMetadataObject> GetIndividuallySecurableMetadataObjectChildren()
Return Value
Type: System.Collections.Generic.IList<IndividuallySecurableMetadataObject>
A list of the individually securable metadata objects.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace