SP.FieldLookup.lookupList Property

Applies to: SharePoint Foundation 2010

Gets or sets a value that specifies the list identifier of the list that contains the field to use as the lookup values.

var value = SP.FieldLookup.get_lookupList(); 
SP.FieldLookup.set_lookupList(value);

Property Value

Type: String

Applies To

SP.FieldLookup Class

Exceptions

  • [Microsoft.SharePoint.SPException]
    Thrown when attempting to change the value after this property was previously set or the server does not allow properties of the field to be changed. Error code: -2146232832.
  • [System.NotSupportedException]
    When the property is read and the list that this field belongs to is an external list. Error code: -1.

See Also

Reference

SP.FieldLookup Methods

SP.FieldLookup Properties

SP Namespace