SharedEntityState.ChildTypeDescriptors Property
Gets the child type descriptors contained in the instances.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ChildTypeDescriptors As TypeDescriptorCollection
Get
'Usage
Dim instance As SharedEntityState
Dim value As TypeDescriptorCollection
value = instance.ChildTypeDescriptors
public TypeDescriptorCollection ChildTypeDescriptors { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptorCollection
A TypeDescriptorCollection object that contains the child type descriptors.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace