API Reference
Class
PreferenceSection
Describes a Group Policy Preferences (GPP) analysis section based on preference type names.
Inheritance
- Object
- PreferenceSection
Constructors
public PreferenceSection(String Key, String GpoPath, String PreferenceType) #Describes a Group Policy Preferences (GPP) analysis section based on preference type names.
Parameters
- Key System.String
- Stable section key used for grouping (e.g. PreferencesDrives).
- GpoPath System.String
- Optional Group Policy Editor path shown for reference.
- PreferenceType System.String
- Internal preference type identifier used by the parser (e.g. Drives).
Methods
public PreferenceSection <Clone>$() #Returns:
PreferenceSectionpublic Void Deconstruct(out String Key, out String GpoPath, out String PreferenceType) #Returns:
VoidParameters
- Key String
- GpoPath String
- PreferenceType String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String