ValidateStringLengthAttributeMinimum Property
Gets the inclusive lower bound on the string length.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public int Minimum { get; }
Public ReadOnly Property Minimum As Integer
Get
Dim instance As ValidateStringLengthAttribute
Dim value As Integer
value = instance.Minimum
public:
property int Minimum {
int get ();
}
Property Value
Int32
The inclusive lower bound on the string length.