Action.Result Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to