Click or drag to resize
OperationResultSuccess Property
True if the operation succeeded.

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

Property Value

Type: Boolean

Implements

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