22 namespace Ntp.Analyzer.Objects
40 public string Ip {
get;
set; }
48 public int? OrgId => Server?.
Id;
50 public override string DisplayName =>
string.IsNullOrEmpty(Server?.Name) ? Name : Server.Name;
Peer(string name, string ip, TimeServer server)
int Id
Gets the identifier.
Peer(int id, string name, string ip, TimeServer server)