Click or drag to resize
IResultSuccess Property
Returns true if the operation was succesful.

Namespace: Couchbase
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool Success { get; }

Property Value

Type: Boolean
Remarks
If Success is false, use the Message property to help determine the reason.
See Also