MonitoringTaskResult.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

String

Returns String that contains the output from the task..

Remarks

The output of the task.TheOutput is in XML format

Applies to