Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.