MusicDisplayProperties.Artist Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The name of the song artist.