API Reference
Class
SpolEntry
One registry policy entry.
Inheritance
- Object
- SpolEntry
Constructors
public SpolEntry(String keyPath, String valueName, RegistryValueKind kind, Object data) #Creates a new registry policy entry.
Parameters
- keyPath System.String
- Registry key path.
- valueName System.String
- Registry value name.
- kind Microsoft.Win32.RegistryValueKind
- Registry value kind.
- data System.Object
- Registry value data.