name of the current token

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Name As String
C#
string Name { get; }
Visual C++
property String^ Name {
	String^ get ();
}
JavaScript
function get_name();

See Also