Click or drag to resize

ParseOptionsUsageOptions Property

Gets or sets the options to use to write usage information to Out when parsing the arguments fails or is cancelled.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public WriteUsageOptions UsageOptions { get; set; }

Property Value

Type: WriteUsageOptions
The usage options.
See Also