IndexListResult.Indexes Property

Definition

Gets the indexes in the Search service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to