Share via


TypeDescriptor.Parameter property

Gets the parameter of the TypeDescriptor object.

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

Syntax

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

value = instance.Parameter
public Parameter Parameter { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.Parameter
The parameter of the TypeDescriptor object.

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace