Click or drag to resize

IDocumentModelMetadata Property

Gets or sets the metadata for the document (note: this should only be set by the library)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
IDocumentMetadata Metadata { get; set; }

Property Value

Type: IDocumentMetadata
See Also