ItemParameter.ParameterTypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.