Gets the year the album was released. For some types of searches, this will not be returned.

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

Collapse imageSyntax

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

Collapse imageSee Also