CliOptionAttributeValidationMessage Property

Gets or sets an error message to show when ValidationPattern does not match and validation fails.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.7
C#
public string ValidationMessage { get; set; }

Property Value

String

See Also