Share via


TypeDescriptor.ChildTypeDescriptors Property

Gets the collection of child descriptors.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ChildTypeDescriptors As TypeDescriptorCollection
    Get
'Usage
Dim instance As TypeDescriptor
Dim value As TypeDescriptorCollection

value = instance.ChildTypeDescriptors
public TypeDescriptorCollection ChildTypeDescriptors { get; }

Property Value

Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptorCollection
The collection of child descriptors.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.SharePoint.BusinessData.Administration Namespace