This documentation is archived and is not being maintained.

SP.FieldNumber object

SharePoint 2013

Specifies a field that contains number values.

Last modified: March 09, 2015

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.FieldNumber()

The FieldNumber object has the following members.

Constructor

The FieldNumber object has the following constructor.

Constructor

Description

FieldNumber

Initializes a new instance of the SP.FieldNumber object.

Properties

The FieldNumber object has the following properties.

Property

Description

maximumValue

Gets or sets a value that specifies the minimum allowed value for the field.

minimumValue

Gets or sets a value that specifies the minimum allowed value for the field.

Show: