Parameter.GetRootTypeDescriptor Method

NOTE: This API is now obsolete.

Returns the root type descriptor.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetRootTypeDescriptor As TypeDescriptor
'Usage
Dim instance As Parameter
Dim returnValue As TypeDescriptor

returnValue = instance.GetRootTypeDescriptor()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public TypeDescriptor GetRootTypeDescriptor()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptor
The root TypeDescriptor object.

Remarks

All Parameters must have a root TypeDescriptor.

See Also

Reference

Parameter Class

Parameter Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace