OperationResultSuccess Property |
True if the operation succeeded.
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Success { get; }
Public ReadOnly Property Success As Boolean
Get
public:
virtual property bool Success {
bool get () sealed;
}
abstract Success : bool with get
override Success : bool with get
Property Value
Type:
BooleanImplements
IResultSuccess
RemarksIf Success is false, use the Message property to help determine the reason.
See Also