CreateShellCommandOptionsError Property  | 
 
            Gets or sets the 
TextWriter used to print error information.
            
 
    Namespace: 
   Ookii.CommandLine
    Assembly:
   Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic TextWriter Error { get; set; }Public Property Error As TextWriter
	Get
	Set
Dim instance As CreateShellCommandOptions
Dim value As TextWriter
value = instance.Error
instance.Error = value
public:
property TextWriter^ Error {
	TextWriter^ get ();
	void set (TextWriter^ value);
}Property Value
Type: 
TextWriter
            The 
TextWriter used to print error information, or 
            to print to the standard output stream. The default value is 
.
            
See Also