Artist Property

Soulstone

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

See Also