API Reference
Class
SpolEntry
One registry policy entry.
Inheritance
- Object
- SpolEntry
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 SpolFile.Entries
- Method SpolEntry.<Clone>$
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.