DocumentResultTDocument Property |
The Document object
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Document<T> Document { get; }
Public ReadOnly Property Document As Document(Of T)
Get
public:
virtual property Document<T>^ Document {
Document<T>^ get () sealed;
}
abstract Document : Document<'T> with get
override Document : Document<'T> with get
Property Value
Type:
DocumentTImplements
IDocumentResultTDocument
See Also