SourceChangeRequestedEventArgs.Album Property

Definition

Gets the name of the album that contains the song in the audio stream.

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

Property Value

String

Platform::String

winrt::hstring

The name of the album that contains the song in the audio stream.

Applies to