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