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 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.