SP.FieldLookup.isRelationship Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies whether this lookup field is returned by Microsoft.SharePoint.Client.List.GetRelatedField from the list being looked up to.
var value = SP.FieldLookup.get_isRelationship();
SP.FieldLookup.set_isRelationship(value);
Property Value
Type: Boolean
Applies To
Exceptions
- [System.NotSupportedException]
When the property is read and the list that this field belongs to is an external list. Error code: -1.