SystemMusicProperties.AlbumArtist Property

Definition

Gets the name of the System.Music.AlbumArtist property (one of the Windows music file properties.

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

Property Value

String

Platform::String

winrt::hstring

The name of the System.Music.AlbumArtist file property.

Applies to

See also