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