Compartir a través de


News.Value Propiedad

Definición

Obtiene o establece una matriz de objetos NewsArticle que contienen información sobre artículos de noticias relevantes para la consulta. Si no hay resultados que devolver para la solicitud, la matriz está vacía.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a