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