public bool IncludeDefaultInUsageHelp { get; set; }
Public Property IncludeDefaultInUsageHelp As Boolean
Get
Set
Dim instance As CommandLineArgumentAttribute
Dim value As Boolean
value = instance.IncludeDefaultInUsageHelp
instance.IncludeDefaultInUsageHelp = value
public:
property bool IncludeDefaultInUsageHelp {
bool get ();
void set (bool value);
}
The default value can be set using the DefaultValue property, or, when using source generation with the GeneratedParserAttribute attribute, using a property initializer.
This property is ignored if the UsageWriterIncludeDefaultValueInDescription property is .