Gets value;

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

Syntax

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

Implements

IReader..::.Value

See Also