API Reference
Class
OwnerRow
Row summarizing ownership for a single GPO.
Inheritance
- Object
- OwnerRow
Constructors
public OwnerRow() #Inherited Methods
Properties
public String GpoName { get; set; } #GPO display name.
public String GpoDistinguishedName { get; set; } #GPO distinguished name.
public String OwnerName { get; set; } #Friendly name of the GPO owner.
public String OwnerSid { get; set; } #Owner SID.
public Boolean OwnerTrusted { get; set; } #True when the owner is a trusted/expected GPO owner.