Gets the error number associated with the result
Namespace:
QFDAssembly: 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 (); } |