ValidateRangeAttributeMinimum Property
Gets the inclusive lower bound of the range.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public virtual Object? Minimum { get; }
Public Overridable ReadOnly Property Minimum As Object
Get
Dim instance As ValidateRangeAttribute
Dim value As Object
value = instance.Minimum
public:
virtual property Object^ Minimum {
Object^ get ();
}
Property Value
Object
The inclusive lower bound of the range, or
if
the range has no lower bound.