Song Class
Provides access to a song in the song library.
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
The Song class provides information about a song, including the song's Name, Artist, and Album.
You can obtain a Song object through the SongCollection.Item indexer and the MediaQueue.ActiveSong property.