ValidateStringLengthAttributeMode Property

Gets a value that indicates when validation will run.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public override ValidationMode Mode { get; }

Property Value

ValidationMode
BeforeConversion.

See Also