SharedEntityState.ChildTypeDescriptors Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property ChildTypeDescriptors As TypeDescriptorCollection
Get
'Usage
Dim instance As SharedEntityState
Dim value As TypeDescriptorCollection
value = instance.ChildTypeDescriptors
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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