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.