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