IResult Success Property Couchbase .NET SDK 2.0
Returns true if the operation was succesful.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.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