TestimoX

API Reference

Class

PreferenceUnc

Namespace ADPlayground.Gpo.GpoExposurePostureService
Assembly ADPlayground
Implements
IEquatable<PreferenceUnc>
Modifiers sealed

Preference item referencing a UNC path.

Inheritance

  • Object
  • PreferenceUnc

Constructors

public PreferenceUnc(String GpoName, String Scope, String Path, String XmlFile) #

Preference item referencing a UNC path.

Parameters

GpoName System.String requiredposition: 0
Display name of the GPO.
Scope System.String requiredposition: 1
Preference node context (e.g., Drive Maps).
Path System.String requiredposition: 2
UNC path referenced by the preference.
XmlFile System.String requiredposition: 3
Relative XML file path.

Methods

public PreferenceUnc <Clone>$() #
Returns: PreferenceUnc
public Void Deconstruct(out String GpoName, out String Scope, out String Path, out String XmlFile) #
Returns: Void

Parameters

GpoName String requiredposition: 0
Scope String requiredposition: 1
Path String requiredposition: 2
XmlFile String requiredposition: 3
public virtual Boolean Equals(PreferenceUnc other) #
Returns: Boolean

Parameters

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

Properties

public String GpoName { get; set; } #

Display name of the GPO.

public String Scope { get; set; } #

Preference node context (e.g., Drive Maps).

public String Path { get; set; } #

UNC path referenced by the preference.

public String XmlFile { get; set; } #

Relative XML file path.