次の方法で共有


Rating.BestRating プロパティ

定義

評価の高いレビューを取得します。 指定できる値は 1.0 から 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象