TestimoX

API Reference

Class

AdmxCatalogPolicyLevelMap

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

On/Off mapping description for a policy.

Inheritance

  • Object
  • AdmxCatalogPolicyLevelMap

Constructors

public AdmxCatalogPolicyLevelMap() #

Properties

public AdmxCatalogRegValue OnValue { get; set; } #

Registry value written when the policy is Enabled.

public AdmxCatalogRegList OnList { get; set; } #

Registry multi-entry list written when the policy is Enabled.

public AdmxCatalogRegValue OffValue { get; set; } #

Registry value written when the policy is Disabled.

public AdmxCatalogRegList OffList { get; set; } #

Registry multi-entry list written when the policy is Disabled.