GetRawOutput Method (ExecutionResult)

Action

Returns the contents of both stdout and stderr.

Syntax

C#

lsRawOutput = GetRawOutput ();

VB

lsRawOutput = GetRawOutput ()
Variable Description
lsRawOutput The contents of both stdout and stderr. List of Strings.