SP.FieldLookup.allowMultipleValues Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies whether the lookup field allows multiple values.
var value = SP.FieldLookup.get_allowMultipleValues();
SP.FieldLookup.set_allowMultipleValues(value);
Property Value
Type: Boolean
Applies To
Exceptions
- [Microsoft.SharePoint.SPException]
The server does not allow properties of the field to be changed. Error code: -2146232832.