Gets the current page of the results.

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

Collapse imageSyntax

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

Collapse imageSee Also