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