API Reference
Class
View (DefaultPoliciesChangeService)
Result view showing recent changes to Default Domain Policy and Default Domain Controllers Policy.
Inheritance
- Object
- View
Constructors
public View() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when default-policy change collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public Int32 Days { get; set; } #Lookback window in days.
public IReadOnlyList<GpoChangeItem> Items { get; set; } #Matching GPO items found within the lookback window.
public Int32 ChangedCount { get; set; } #Number of matching items changed within the lookback window.