MusicDisplayProperties.Artist Property

Definition

Gets or set the name of the song artist.

public:
 property Platform::String ^ Artist { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Artist();

void Artist(winrt::hstring value);
public string Artist { get; set; }
var string = musicDisplayProperties.artist;
musicDisplayProperties.artist = string;
Public Property Artist As String

Property Value

String

Platform::String

winrt::hstring

The name of the song artist.

Applies to