ItemParameter.ParameterTypeName Property

Definition

Gets or sets the data type of the parameter.

public:
 property System::String ^ ParameterTypeName { System::String ^ get(); void set(System::String ^ value); };
public string ParameterTypeName { get; set; }
member this.ParameterTypeName : string with get, set
Public Property ParameterTypeName As String

Property Value

Returns the data type of the parameter if it is specified; otherwise, null (Nothing in Visual Basic).

Remarks

For a list of valid values for this property, use the ListParameterTypes method.

Applies to