Gets a number between 0 and 1 that signifies how popular the item is.

Namespace:  Spotify
Assembly:  Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)

Collapse imageSyntax

C#
public double Popularity { get; }
Visual Basic (Declaration)
Public ReadOnly Property Popularity As Double
Visual C++
public:
property double Popularity {
	double get ();
}

Collapse imageSee Also