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.
An abstract method designed to return a list of the individually securable children metadata objects.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected MustOverride Function GetIndividuallySecurableMetadataObjectChildren As IList(Of IndividuallySecurableMetadataObject)
'Usage
Dim returnValue As IList(Of IndividuallySecurableMetadataObject)
returnValue = Me.GetIndividuallySecurableMetadataObjectChildren()
protected abstract IList<IndividuallySecurableMetadataObject> GetIndividuallySecurableMetadataObjectChildren()
Return Value
Type: System.Collections.Generic.IList<IndividuallySecurableMetadataObject>
A list of individually securable metadata objects.
See Also
Reference
IndividuallySecurableMetadataObject Class
IndividuallySecurableMetadataObject Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace