The value emitted by the View Map function or if a Reduce view, the value of the Reduce
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic T Value { get; set; }
public T Value { get; set; }
Public Property Value As T
Get
Set
Public Property Value As T
Get
Set
public:
property T Value {
T get ();
void set (T value);
}
public:
property T Value {
T get ();
void set (T value);
}
member Value : 'T with get, set
member Value : 'T with get, set
Property Value
Type:
T
See Also