Click or drag to resize

Configuration2id Property

The primary key Id of the configuration document is the hard-coded value "Configuration2". Note that lower-case name is required to allow simple serialization to a Cosmos DB document.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public string id { get; set; }

Property Value

String

Implements

IHoarderDocumentid
See Also