Compartir a través de


Images.Value Propiedad

Definición

Obtiene o establece una lista de objetos de imagen que son relevantes para la consulta. Si no hay resultados, la lista está vacía.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a