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