DataSourceListResult.DataSources Property

Definition

Gets the datasources in the Search service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to