value of the current token

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

Syntax

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

See Also