Gets the artist who recorded this album.
Namespace:
SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
| C# |
|---|
public string Artist { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Artist As String |
| Visual C++ |
|---|
public: property String^ Artist { String^ get (); } |