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