Gets or sets the value of the field

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Value { get; set; }
Visual Basic (Declaration)
Public Property Value As String
Visual C++
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

Field Value

Return Value

Remarks

If the field is a calculated field and the CalcFlag property is set to true, then the value is overrided by the calculated value. The value is formatted as unless the RemoveFieldFormat property is set to true.

See Also