IDocumentResultTDocument Property |
The Document object
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxDocument<T> Document { get; }
ReadOnly Property Document As Document(Of T)
Get
property Document<T>^ Document {
Document<T>^ get ();
}
abstract Document : Document<'T> with get
Property Value
Type:
DocumentT
See Also