Returns the connection error message
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntaxpublic string Error { get; set; }Public Property Error As String
Get
Set
public:
virtual property String^ Error {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Error : string with get, set
override Error : string with get, set
Property Value
Type:
StringImplements
Query_InterfaceError
See Also