ValidateCountAttributeMaximum Property
Get the inclusive upper bound on the string length.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public int Maximum { get; }
Public ReadOnly Property Maximum As Integer
Get
Dim instance As ValidateCountAttribute
Dim value As Integer
value = instance.Maximum
public:
property int Maximum {
int get ();
}
Property Value
Int32
The inclusive upper bound on the string length.