Share via


Parameter.RootTypeDescriptor property

Gets the top-level (root) type descriptor for the parameter.

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

Syntax

'Declaration
Public ReadOnly Property RootTypeDescriptor As TypeDescriptor
    Get
'Usage
Dim instance As Parameter
Dim value As TypeDescriptor

value = instance.RootTypeDescriptor
public TypeDescriptor RootTypeDescriptor { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
A TypeDescriptor object.

See also

Reference

Parameter class

Parameter members

Microsoft.SharePoint.BusinessData.Administration namespace