The value representing the document itself
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic T Content { get; set; }
public T Content { get; set; }
Public Property Content As T
Get
Set
Public Property Content As T
Get
Set
public:
virtual property T Content {
T get () sealed;
void set (T value) sealed;
}
public:
virtual property T Content {
T get () sealed;
void set (T value) sealed;
}
abstract Content : 'T with get, set
override Content : 'T with get, set
abstract Content : 'T with get, set
override Content : 'T with get, set
Property Value
Type:
TImplements
IDocument<T>.Content
See Also