MonitoringTaskResult.Output Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 that contains the output from the task..
Remarks
The output of the task.TheOutput is in XML format