API Reference
Class
PolicyRegistryList
Policy-level mapping describing registry changes for Enabled/Disabled states.
Inheritance
- Object
- PolicyRegistryList
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 AdmxPolicyDefinition.AffectedValues
- Property BooleanPolicyElement.AffectedRegistry
- Property PolicyDefinition.AffectedValues
Accepted by parameters
Constructors
public PolicyRegistryList() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PolicyRegistryValue OnValue { get; set; } #Single registry value to set when the policy is Enabled.
public PolicyRegistrySingleList OnValueList { get; set; } #Multiple registry entries to set when the policy is Enabled.
public PolicyRegistryValue OffValue { get; set; } #Single registry value to set when the policy is Disabled.
public PolicyRegistrySingleList OffValueList { get; set; } #Multiple registry entries to set when the policy is Disabled.