The unique identifier for the document
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxProperty Id As String
Get
Set
Property Id As String
Get
Set
property String^ Id {
String^ get ();
void set (String^ value);
}
property String^ Id {
String^ get ();
void set (String^ value);
}
abstract Id : string with get, set
abstract Id : string with get, set
Property Value
Type:
String
See Also