Gets the total number of pages of results available.

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

Collapse imageSyntax

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

Collapse imageSee Also