Share via


SearchMetadata.Top Property

Definition

Gets or sets the number of top search results.

[Newtonsoft.Json.JsonProperty(PropertyName="top")]
public long? Top { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="top")>]
member this.Top : Nullable<int64> with get, set
Public Property Top As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to