The key emitted by the View Map function
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Object Key { get; set; }
public Object Key { get; set; }
Public Property Key As Object
Get
Set
Public Property Key As Object
Get
Set
public:
property Object^ Key {
Object^ get ();
void set (Object^ value);
}
public:
property Object^ Key {
Object^ get ();
void set (Object^ value);
}
member Key : Object with get, set
member Key : Object with get, set
Property Value
Type:
Object
See Also