Storage for the field value.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
string FieldValue { get; set; } |
| Visual Basic |
|---|
Property FieldValue As String Get Set |
| Visual C++ |
|---|
property String^ FieldValue { String^ get (); void set (String^ value); } |