SystemMusicProperties.AlbumTitle Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also