Field.Indexed property
Gets or sets a Boolean value that specifies whether the field is indexed.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Indexed As Boolean
Get
Set
'Usage
Dim instance As Field
Dim value As Boolean
value = instance.Indexed
instance.Indexed = value
public bool Indexed { get; set; }
Property value
Type: System.Boolean
true to specify that the field is indexed; otherwise, false.