Aracılığıyla paylaş


RankingRankingGroup.Items Property

Definition

Gets or sets a list of search result items to display in the group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to