API Reference
Class
AdmxCatalogPolicyLevelMap
On/Off mapping description for a policy.
Inheritance
- Object
- AdmxCatalogPolicyLevelMap
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxCatalogPolicy.LevelMap
Constructors
public AdmxCatalogPolicyLevelMap() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.