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
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
Constructors
public TimeServiceEvaluatedView() #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 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).