This topic has not yet been rated - Rate this topic

SPFieldLookup.Indexed property

Sets a Boolean value that specifies whether the field is indexed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableAttribute]
public override bool Indexed { set; }

Property value

Type: System.Boolean
true to specify that the field is indexed; otherwise, false.
ExceptionCondition
SPException

You attempted to set the property on a dependent field. Indexing is not available for dependent (or secondary) fields.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.