Click or drag to resize

TrackStars Property

Tracks can optionally be assigned a star rating, also known as a popularity rating. The value is arbitrary, but traditional ratings for music and films use a 5-star rating (although there is some historical variation on this). It may be useful to report on titles by their star rating.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public int? Stars { get; set; }

Property Value

NullableInt32
See Also