API Reference
Class
PolicyRegistryList
Policy-level mapping describing registry changes for Enabled/Disabled states.
Inheritance
- Object
- PolicyRegistryList
Constructors
public PolicyRegistryList() #Inherited Methods
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.