GlobalSystemMediaTransportControlsSessionMediaProperties.AlbumArtist Property

Definition

Gets the album's artist

public:
 property Platform::String ^ AlbumArtist { Platform::String ^ get(); };
winrt::hstring AlbumArtist();
public string AlbumArtist { get; }
var string = globalSystemMediaTransportControlsSessionMediaProperties.albumArtist;
Public ReadOnly Property AlbumArtist As String

Property Value

String

Platform::String

winrt::hstring

The name of the album artist.

Applies to