API Reference
Class
View (TimeServiceConfigurationService)
Aggregated view: evaluated policy for PDC and non‑PDC plus attribution rows.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when Windows Time Service collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String DomainName { get; set; } #DNS domain name evaluated.
public TimeServiceEffectivePolicyView Pdc { get; set; } #PDC‑evaluated time service policy.
public TimeServiceEffectivePolicyView NonPdc { get; set; } #Non‑PDC‑evaluated time service policy.
public Boolean PdcAcceptable { get; set; } #True when PDC is configured with NTP and has servers specified.
public Boolean NonPdcAcceptable { get; set; } #True when non‑PDC policy uses NT5DS (domain hierarchy).
public IReadOnlyList<PolicyAttribution> AttributionPdc { get; set; } #Policy Attribution rows for PDC context (winner + sources) for common W32Time keys.
public IReadOnlyList<PolicyAttribution> AttributionNonPdc { get; set; } #Policy Attribution rows for non‑PDC context (winner + sources) for common W32Time keys.
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #Combined Policy Attribution list tagged with context (PDC/Non‑PDC) for a single standardized table.