Share via


AggregateRating.ReviewCount Property

Definition

Gets the number of times the recipe has been rated or reviewed.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to