API Reference
Class
AdmxCatalogPolicyLevelMap
On/Off mapping description for a policy.
Inheritance
- Object
- AdmxCatalogPolicyLevelMap
Constructors
public AdmxCatalogPolicyLevelMap() #Inherited Methods
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.