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
Syntaxpublic bool IncludeDefaultValueInDescription { get; set; }
Public Property IncludeDefaultValueInDescription As Boolean
Get
Set
Dim instance As WriteUsageOptions
Dim value As Boolean
value = instance.IncludeDefaultValueInDescription
instance.IncludeDefaultValueInDescription = value
public:
property bool IncludeDefaultValueInDescription {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean if the default value should be included in the description; otherwise,
.
See Also