Gets the error number associated with the result

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

Syntax

C#
public int ErrorCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property ErrorCode As Integer
Visual C++
public:
property int ErrorCode {
	int get ();
}

Field Value

The number associated with the result

Return Value

Remarks

See Also