The value of the key retrieved from Couchbase Server.
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxPublic ReadOnly Property Value As T
Get
Public ReadOnly Property Value As T
Get
public:
virtual property T Value {
T get () sealed;
}
public:
virtual property T Value {
T get () sealed;
}
abstract Value : 'T with get
override Value : 'T with get
abstract Value : 'T with get
override Value : 'T with get
Property Value
Type:
TImplements
IOperationResult<T>.Value
See Also