7 [CollectionName(
"BrokerAccountLogins")]
12 private string objectId =
null;
14 private string remoteEndpoint =
string.
Empty;
15 private DateTime lastLogin = DateTime.MinValue;
22 public string ObjectId
25 set => this.objectId = value;
31 set => this.userName = value;
34 [DefaultValueStringEmpty]
35 public string RemoteEndpoint
37 get => this.remoteEndpoint;
38 set => this.remoteEndpoint = value;
41 [DefaultValueDateTimeMinValue]
42 public DateTime LastLogin
44 get => this.lastLogin;
45 set => this.lastLogin = value;
Represents a case-insensitive string.
static readonly CaseInsensitiveString Empty
Empty case-insensitive string
TypeNameSerialization
How the type name should be serialized.