ValidateCountAttributeMinimum Property
Gets the inclusive lower bound on the number of elements.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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 number of elements.