Title Property

Soulstone

Soulstone
Gets the title 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 Title { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Title As String
Visual C++
public:
static property String^ Title {
	String^ get ();
}

See Also