API Reference
Class
TimeServicePolicyInfo
Windows Time Service (w32time) policy snapshot for a GPO/domain. Null means not configured.
Inheritance
- Object
- TimeServicePolicyInfo
Constructors
public TimeServicePolicyInfo() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name that owns the GPO.
public Nullable<Boolean> NtpClientEnabled { get; set; } #Enable NTP client.
public Nullable<Boolean> NtpServerEnabled { get; set; } #Enable NTP server.
public String NtpServer { get; set; } #NTP server list.
public Nullable<Int32> Type { get; set; } #Time provider type value.
public Nullable<Int32> CrossSiteSyncFlags { get; set; } #Cross-site sync flags.
public Nullable<Int32> ResolvePeerBackoffMinutes { get; set; } #Peer backoff start (minutes).
public Nullable<Int32> ResolvePeerBackoffMaxTimes { get; set; } #Peer backoff maximum retries.
public Nullable<Int32> SpecialPollInterval { get; set; } #Special poll interval (seconds).