CursorResponseTError Property |
A flag to indicate that an error occurred (false in this case)
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool Error { get; set; }
Public Property Error As Boolean
Get
Set
public:
virtual property bool Error {
bool get () sealed;
void set (bool value) sealed;
}
abstract Error : bool with get, set
override Error : bool with get, set
Property Value
Type:
BooleanImplements
ICursorResponseTErrorSee Also