SearchResultsTSearchResultsPage Property |
doogal.co.uk Home
Gets the current page of search results page.
Namespace: SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax public T[] SearchResultsPage { get; }
Public ReadOnly Property SearchResultsPage As T()
Get
public:
property array<T>^ SearchResultsPage {
array<T>^ get ();
}
member SearchResultsPage : 'T[] with get
Property Value
Type:
TSee Also