Storage for the field value.

Namespace: Cartella.Interfaces
Assembly: 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);
}

Field Value

String

See Also