API Reference
Class
GpResultPairSummary
Compact summary for a pair evaluation (Computer + User) including per-path summaries and quick combined totals.
Inheritance
- Object
- GpResultPairSummary
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 GpResultPairReport.Summary
Constructors
public GpResultPairSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public GpResultSummary Computer { get; set; } #Computer path summary.
public GpResultSummary User { get; set; } #User path summary.
public GpoLoopbackMode LoopbackMode { get; set; } #Loopback mode in effect for the computer.
public Int32 SettingsTotal { get; set; } #Total mapped settings across both paths.
public Int32 UnknownTotal { get; set; } #Total unknown registry values across both paths.
public Int32 AppliedTotal { get; set; } #Total applied GPO count across both paths (non-unique).
public Int32 DeniedTotal { get; set; } #Total denied GPO count across both paths.