TaskResult.Output Property

Definition

The output of the task.

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

Property Value

Returns String.

The output of the task.

Applies to