Artist Property

Soulstone

Soulstone
Gets the artist name.

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

Syntax

C#
public static string Artist { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Artist As String
Visual C++
public:
static property String^ Artist {
	String^ get ();
}

See Also