Gets the artist who recorded this album.

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

Collapse imageSyntax

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

Field Value

The artist.

Collapse imageSee Also