Field.AutoIndexed property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AutoIndexed As Boolean
Get
'Usage
Dim instance As Field
Dim value As Boolean
value = instance.AutoIndexed
public bool AutoIndexed { get; }
Property value
Type: System.Boolean