Album Property

Soulstone

Soulstone
Gets or sets the album title of the MusicTrack.

Namespace:  Soulstone.Mp3
Assembly:  Soulstone.Mp3 (in Soulstone.Mp3.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Album { get; set; }
Visual Basic (Declaration)
Public Property Album As String
Visual C++
public:
property String^ Album {
	String^ get ();
	void set (String^ value);
}

See Also