ArgumentValidationWithHelpAttributeIncludeInUsageHelp Property

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

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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(CommandLineArgument).

See Also