TestimoX

API Reference

Class

PolicyValueState

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Implements
IEquatable<PolicyValueState>
Modifiers sealed

Represents the current state of a policy value.

Inheritance

  • Object
  • PolicyValueState

Constructors

public PolicyValueState(Boolean IsConfigured, Object Value) #

Represents the current state of a policy value.

Parameters

IsConfigured System.Boolean requiredposition: 0
True when the registry has a value for the element.
Value System.Object requiredposition: 1
Raw registry data (type depends on policy).

Methods

public PolicyValueState <Clone>$() #
Returns: PolicyValueState
public Void Deconstruct(out Boolean IsConfigured, out Object Value) #
Returns: Void

Parameters

IsConfigured Boolean requiredposition: 0
Value Object requiredposition: 1
public virtual Boolean Equals(PolicyValueState other) #
Returns: Boolean

Parameters

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

Properties

public Boolean IsConfigured { get; set; } #

True when the registry has a value for the element.

public Object Value { get; set; } #

Raw registry data (type depends on policy).