Compartilhar via


News.Value Propriedade

Definição

Obtém ou define uma matriz de objetos NewsArticle que contêm informações sobre artigos de notícias relevantes para a consulta. Se não houver resultados a serem retornados para a solicitação, a matriz estará vazia.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a