ProcessResult.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.
Output from completed process.
public:
property cli::array <System::String ^> ^ Output { cli::array <System::String ^> ^ get(); };
public string[] Output { get; }
member this.Output : string[]
Public ReadOnly Property Output As String()
Property Value
String[]