Gets the album that this track is part of.

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

Collapse imageSyntax

C#
public Album Album { get; }
Visual Basic (Declaration)
Public ReadOnly Property Album As Album
Visual C++
public:
property Album^ Album {
	Album^ get ();
}

Collapse imageSee Also