SourceChangeRequestedEventArgs.Album Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The name of the album that contains the song in the audio stream.