ProjectUsingTaskParameterElement.ParameterType 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 Type attribute returns "System.String" if not set. If null or empty is set the attribute will be removed from the element.
public:
property System::String ^ ParameterType { System::String ^ get(); void set(System::String ^ value); };
public string ParameterType { get; set; }
member this.ParameterType : string with get, set
Public Property ParameterType As String
Property Value
The value of the Type attribute, or an empty string if the attribute is not present.
Remarks
Indicates the type of the parameter. The meaning of a type depends on the task factory of this inline task.