Gets the total number of results available.

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

Collapse imageSyntax

C#
public int TotalNumberOfResults { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalNumberOfResults As Integer
Visual C++
public:
property int TotalNumberOfResults {
	int get ();
}

Collapse imageSee Also