API Reference
Class
GpoChangeItem
A single GPO change item for a default policy.
Inheritance
- Object
- GpoChangeItem
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.Items
Constructors
public GpoChangeItem() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DisplayName { get; set; } #GPO display name (Default Domain Policy or Default Domain Controllers Policy).
public String DistinguishedName { get; set; } #GPO distinguished name.
public Nullable<DateTime> WhenChanged { get; set; } #Last change timestamp (UTC).
public Nullable<Int32> DaysAgo { get; set; } #Convenience: Age of WhenChanged in whole days (UTC), or null when unknown.
public Nullable<Guid> Id { get; set; } #GPO identifier when resolvable from the 'name' attribute.