Gets the number of results per page.

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

Collapse imageSyntax

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

Collapse imageSee Also