ProjectUsingTaskParameterElement.Output Property

Definition

Gets or sets the output attribute

public:
 property System::String ^ Output { System::String ^ get(); void set(System::String ^ value); };
public string Output { get; set; }
member this.Output : string with get, set
Public Property Output As String

Property Value

The value of the Output attribute, or an empty string if the attribute is not present.

Remarks

Represents a boolean flag that, if true, indicates that this parameter is both an input and an output parameter.

Applies to