Gets value.
Namespace:
Greatis.FormDesignerAssembly: 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(); |