ProcessLauncherOptions.StandardError 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.
Specifies where a standard error is directed to.
public:
property IOutputStream ^ StandardError { IOutputStream ^ get(); void set(IOutputStream ^ value); };
IOutputStream StandardError();
void StandardError(IOutputStream value);
public IOutputStream StandardError { get; set; }
var iOutputStream = processLauncherOptions.standardError;
processLauncherOptions.standardError = iOutputStream;
Public Property StandardError As IOutputStream
Property Value
The stream to direct standard errors to.