API Reference
Class
GpoAnalysisPreferenceSection
Named analysis section grouping Group Policy Preferences (GPP) items by area (e.g., Drives, Scheduled Tasks).
Inheritance
- Object
- GpoAnalysisPreferenceSection
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 GpoAnalysisReport.PreferenceSections
Constructors
public GpoAnalysisPreferenceSection() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Section identifier (e.g., PreferencesDrives).
public String GpoPath { get; set; } #Optional Group Policy Editor path hint (e.g., Preferences -> Windows Settings -> Drive Maps).
public IReadOnlyList<GpoAnalysisPreferenceRow> Entries { get; set; } #Matched preference items with GPO context.