Condividi tramite


Rating.BestRating Property

Definition

Gets the highest rated review. The possible values are 1.0 through 5.0.

[Newtonsoft.Json.JsonProperty(PropertyName="bestRating")]
public double? BestRating { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bestRating")>]
member this.BestRating : Nullable<double>
Public ReadOnly Property BestRating As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to