TestimoX

API Reference

Class

PreferenceSection

Namespace ADPlayground.Gpo.GpoAnalysisCatalog
Assembly ADPlayground
Implements
IEquatable<PreferenceSection>
Modifiers sealed

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 requiredposition: 0
Stable section key used for grouping (e.g. PreferencesDrives).
GpoPath System.String requiredposition: 1
Optional Group Policy Editor path shown for reference.
PreferenceType System.String requiredposition: 2
Internal preference type identifier used by the parser (e.g. Drives).

Methods

public PreferenceSection <Clone>$() #
Returns: PreferenceSection
public Void Deconstruct(out String Key, out String GpoPath, out String PreferenceType) #
Returns: Void

Parameters

Key String requiredposition: 0
GpoPath String requiredposition: 1
PreferenceType String requiredposition: 2
public virtual Boolean Equals(PreferenceSection other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Key { get; set; } #

Stable section key used for grouping (e.g. PreferencesDrives).

public String GpoPath { get; set; } #

Optional Group Policy Editor path shown for reference.

public String PreferenceType { get; set; } #

Internal preference type identifier used by the parser (e.g. Drives).