FieldDescription.ParameterTypeFullName Property

Definition

Gets the full string name of the parameter's type.

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

Property Value

Remarks

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

Applies to