Genre Property

Soulstone

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

See Also