IndexerListResult.Indexers Property

Definition

Gets the indexers in the Search service.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Indexer> Indexers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Indexers : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Indexer>
Public ReadOnly Property Indexers As IList(Of Indexer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to