ProjectUsingTaskParameterElement.ParameterType Property

Definition

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.

Applies to