Gets the current songs stack to play.

C# | Visual Basic | Visual C++ |
ObservableCollection<ISong> Songs { get; }
ReadOnly Property Songs As ObservableCollection(Of ISong)
property ObservableCollection<ISong^>^ Songs { ObservableCollection<ISong^>^ get (); }

The songs stack.