FieldDescription.ParameterTypeName Property

Definition

Gets the short name of the parameter's type.

public:
 property System::String ^ ParameterTypeName { System::String ^ get(); };
public:
 property Platform::String ^ ParameterTypeName { Platform::String ^ get(); };
public string ParameterTypeName { get; }
member this.ParameterTypeName : string
Public ReadOnly Property ParameterTypeName As String

Property Value

The type name of the parameter

Remarks

If not already set by a call to SetParameterType(Type), String will be used as the type.

Applies to