public bool IncludeDefaultInUsageHelp { get; }
Public ReadOnly Property IncludeDefaultInUsageHelp As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IncludeDefaultInUsageHelp
public:
property bool IncludeDefaultInUsageHelp {
bool get ();
}
This value is set by the CommandLineArgumentAttribute.IncludeDefaultInUsageHelp property.
The default value will only be shown if the DefaultValue property is not null, and if both this property and the UsageWriter.IncludeDefaultValueInDescription property are true.