ProjectTaskOutputPropertyInstance.TaskParameter Property

Definition

Property on the task class to retrieve the output from

public:
 property System::String ^ TaskParameter { System::String ^ get(); };
public string TaskParameter { get; }
member this.TaskParameter : string
Public ReadOnly Property TaskParameter As String

Property Value

String

The property of the task class to retrieve the output from.

Applies to