SP.FieldNumber.maximumValue Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies the maximum allowed value for the field.
var value = SP.FieldNumber.get_maximumValue();
SP.FieldNumber.set_maximumValue(value);
Property Value
Type: Double
Applies To
Exceptions
- [System.ArgumentOutOfRangeException]
Value is changed to a value less than MinimumValue. Error code: -2146233086.