Parameter.FindRootTypeDescriptor Method
Gets the top-level (root) TypeDescriptor object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function FindRootTypeDescriptor As TypeDescriptor
'Usage
Dim instance As Parameter
Dim returnValue As TypeDescriptor
returnValue = instance.FindRootTypeDescriptor()
public TypeDescriptor FindRootTypeDescriptor()
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
The root TypeDescriptor object.