ParserSettingsHelpWriter Property |
Gets or sets the
TextWriter used for help method output.
Setting this property to null, will disable help screen.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic TextWriter HelpWriter { get; set; }
public:
property TextWriter^ HelpWriter {
TextWriter^ get ();
void set (TextWriter^ value);
}
Property Value
Type:
TextWriter
See Also