7 [CollectionName(
"VCards")]
13 private string objectId =
null;
15 private string vcardXml =
string.
Empty;
22 public string ObjectId
25 set => this.objectId = value;
31 set => this.userName = value;
34 [DefaultValueStringEmpty]
35 public string VCardXml
38 set => this.vcardXml = value;
Represents a case-insensitive string.
static readonly CaseInsensitiveString Empty
Empty case-insensitive string
TypeNameSerialization
How the type name should be serialized.