MusicProperties.Album Property

Definition

Gets or sets the name of the album that contains the song.

public:
 property Platform::String ^ Album { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Album();

void Album(winrt::hstring value);
public string Album { get; set; }
var string = musicProperties.album;
musicProperties.album = string;
Public Property Album As String

Property Value

String

Platform::String

winrt::hstring

The album name.

Applies to