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