API Reference
Class
TimeServiceEffectivePolicyView
Flattened view of effective Windows Time Service (W32Time) policy values.
Inheritance
- Object
- TimeServiceEffectivePolicyView
Constructors
public TimeServiceEffectivePolicyView() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public Nullable<Boolean> NtpClientEnabled { get; set; } #True when the NTP client is enabled.
public Nullable<Boolean> NtpServerEnabled { get; set; } #True when the NTP server is enabled.
public String NtpServer { get; set; } #NTP server list string.
public String Type { get; set; } #Time provider type string (e.g., NT5DS, NTP).
public Nullable<UInt32> CrossSiteSyncFlags { get; set; } #Cross‑site synchronization flags.
public Nullable<UInt32> ResolvePeerBackoffMinutes { get; set; } #Resolve peer backoff start, in minutes.
public Nullable<UInt32> ResolvePeerBackoffMaxTimes { get; set; } #Resolve peer backoff maximum retries.
public Nullable<UInt32> SpecialPollInterval { get; set; } #Special poll interval, in seconds.