Returns true if the operation was succesful.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxReadOnly Property Success As Boolean
Get
property bool Success {
bool get ();
}
abstract Success : bool with get
Property Value
Type:
Boolean
RemarksIf Success is false, use the Message property to help determine the reason.
See Also