DefaultResult 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.1.0 (2.0.1.0)
Syntax
public bool Success { get; }

Property Value

Type: Boolean

Implements

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