FieldDescription.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 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.