Click or drag to resize

WriteUsageOptionsIncludeDefaultValueInDescription Property

Gets or sets a value indicating whether the default value of an argument should be included in the argument description.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public bool IncludeDefaultValueInDescription { get; set; }

Property Value

Type: Boolean
if the default value should be included in the description; otherwise, .
See Also