API Reference
Class
TimeServiceEvaluatedView
Returns an evaluated view of time policy for the Domain Controllers OU taking into account WMI/security filtering for PDC vs non‑PDC contexts.
Inheritance
- Object
- TimeServiceEvaluatedView
Constructors
public TimeServiceEvaluatedView() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public TimeServiceEffectivePolicyView Pdc { get; set; } #Effective policy view when the target is the PDC emulator.
public TimeServiceEffectivePolicyView NonPdc { get; set; } #Effective policy view when the target is a non‑PDC domain controller.
public Boolean PdcAcceptable { get; set; } #True when the PDC policy is acceptable (NTP with servers configured).
public Boolean NonPdcAcceptable { get; set; } #True when the non‑PDC policy is acceptable (NT5DS hierarchy).