SP.Field.title Property
Applies to: SharePoint Foundation 2010
Gets or sets value that specifies the display name of the field.
var value = SP.Field.get_title();
SP.Field.set_title(value);
Property Value
Type: String
Applies To
Exceptions
- SPException
The server does not allow properties of the field to be changed. Error code: -2146232832.