SP.Field.group Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the field group.
var value = SP.Field.get_group();
SP.Field.set_group(value);
Property Value
Type: String
Applies To
Exceptions
- SPException
The server does not allow properties of the field to be changed. Error code: -2146232832.
- NotSupportedException
Value is changed, and the list is an external list. Error code: -1.
Remarks
It must not be null. It must not be empty. Its length must be equal to or less than 128.