DocumentResultTSuccess Property |
Returns true if the operation was succesful
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
See Also