次の方法で共有


AggregateRating.ReviewCount プロパティ

定義

レシピが評価またはレビューされた回数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="reviewCount")]
public int? ReviewCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reviewCount")>]
member this.ReviewCount : Nullable<int>
Public ReadOnly Property ReviewCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象