SP.FieldCalculated.outputType Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the output format for the field.
var value = SP.FieldCalculated.get_outputType();
SP.FieldCalculated.set_outputType(value);
Property Value
Type: SP.FieldType
The output format for the field.
Applies To
Exceptions
- SPException
The server does not allow properties of the field to be changed. Error code: -2146232832.
Remarks
It must be one of the following values: text, number, integer, currency, boolean, or dateTime.