Share via


Rating.RatingValue Property

Definition

Gets or sets the mean (average) rating. The possible values are 1.0 through 5.0.

[Newtonsoft.Json.JsonProperty(PropertyName="ratingValue")]
public double RatingValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ratingValue")>]
member this.RatingValue : double with get, set
Public Property RatingValue As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to