API Reference
Class
OwnerRow
Row summarizing ownership for a single GPO.
Inheritance
- Object
- OwnerRow
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 Model.OwnersReview
Constructors
public OwnerRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.