BuildTask.AddOutputProperty(String, String) Method

Definition

Adds an Output element with the specified TaskParameter and PropertyName attributes to the Task element.

public:
 void AddOutputProperty(System::String ^ taskParameter, System::String ^ propertyName);
public void AddOutputProperty (string taskParameter, string propertyName);
member this.AddOutputProperty : string * string -> unit
Public Sub AddOutputProperty (taskParameter As String, propertyName As String)

Parameters

taskParameter
String

The value of the TaskParameter attribute of the Output element.

propertyName
String

The value of the PropertyName attribute of the Output element.

Applies to