API Reference
Class
NtpConfigInfo
Host NTP configuration summary (server list, client/server enable flags).
Inheritance
- Object
- NtpConfigInfo
Constructors
public NtpConfigInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name associated with this configuration.
public String Type { get; set; } #Time service type (NTP, NT5DS, AllSync, NoSync).
public String NtpServerRaw { get; set; } #Raw NtpServer registry value (may contain 0x flags).
public String[] Servers { get; set; } #Parsed list of NTP servers derived from NtpServer.
public Nullable<Int32> SpecialPollInterval { get; set; } #Special poll interval in seconds, when configured.
public Nullable<Boolean> ServiceRunning { get; set; } #True if the Windows Time service is running.