Share via


RelatedSearchesModule.Value Property

Definition

Gets a list of related searches.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to