doogal.co.uk Home
Gets the artist who recorded this album.
Namespace: SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax public string Artist { get; }
Public ReadOnly Property Artist As String
Get
public:
property String^ Artist {
String^ get ();
}
member Artist : string with get
Property Value
Type:
StringThe artist.
See Also