Returns the current Error value the last called function.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int GetError { get; set; }
Public Property GetError As Integer
Get
Set
public:
virtual property int GetError {
int get () sealed;
void set (int value) sealed;
}
abstract GetError : int with get, set
override GetError : int with get, set
Property Value
Type:
Int32Implements
MARC21_InterfaceGetErrorSee Also