OperationResult<T>.Value Property Couchbase .NET SDK 2.0
The value of the key retrieved from Couchbase Server.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public T Value { get; }

Property Value

Type: T

Implements

IOperationResult<T>.Value
See Also