Compartir a través de


RankingRankingItem.AnswerType Propiedad

Definición

Obtiene o establece la respuesta que contiene el elemento que se va a mostrar. Use el tipo para encontrar la respuesta en el objeto SearchResponse. El tipo es el nombre de un campo de SearchResponse. Entre los valores posibles se incluyen: "WebPages", "Images", "SpellSuggestions", "News", "RelatedSearches", "Videos", "Computation", "TimeZone"

[Newtonsoft.Json.JsonProperty(PropertyName="answerType")]
public string AnswerType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="answerType")>]
member this.AnswerType : string with get, set
Public Property AnswerType As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a