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