RequiresAnyAttributeIncludeInUsageHelp Property

Gets or sets a value that indicates whether this validator's help should be included in the usage help.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public bool IncludeInUsageHelp { get; set; }

Property Value

Boolean
to include it in the description; otherwise, . The default value is .

Remarks

This has no effect if the UsageWriterIncludeValidatorsInDescription property is .

The help text is the value returned by GetUsageHelp(CommandLineParser).

See Also