API Reference
Class
TimeServiceEffectivePolicyView
Flattened view of effective Windows Time Service (W32Time) policy values.
Inheritance
- Object
- TimeServiceEffectivePolicyView
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property View.NonPdc
- Property View.Pdc
- Method TimeServiceEffectivePolicyService.GetForDomainControllers
- Property TimeServiceEvaluatedView.NonPdc
- Property TimeServiceEvaluatedView.Pdc
Constructors
public TimeServiceEffectivePolicyView() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.