SP.FieldNumber.minimumValue Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies the minimum allowed value for the field.
var value = SP.FieldNumber.get_minimumValue();
SP.FieldNumber.set_minimumValue(value);
Property Value
Type: Double
Applies To
Exceptions
- [System.ArgumentOutOfRangeException]
Value is changed to a value greater than MaximumValue. Error code: -2146233086.