Title Property

Soulstone

Soulstone
Gets or sets the 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 Title { get; set; }
Visual Basic (Declaration)
Public Property Title As String
Visual C++
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

See Also