MediaMetadata.Album Property

Definition

Gets the name of the album.

public:
 property Platform::String ^ Album { Platform::String ^ get(); };
winrt::hstring Album();
public string Album { get; }
var string = mediaMetadata.album;
Public ReadOnly Property Album As String

Property Value

String

Platform::String

winrt::hstring

The name of the album.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to