Gets the calculation format (e.g. city, state, zip would be "[FIELDID], [FIELDID] [FIELDID]")

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

Syntax

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

Field Value

Return Value

Remarks

See Also