Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.