TestimoX

API Reference

Class

LgpoPolItem

Namespace ComputerX.Lgpo
Assembly ComputerX
Modifiers sealed

Represents a single LGPO registry policy item (key, value name, kind, data).

Inheritance

  • Object
  • LgpoPolItem

Constructors

Properties

public String KeyPath { get; set; } #

Registry key path (without the hive), for example Software\\Policies\\Microsoft\\Windows\\PowerShell.

public String ValueName { get; set; } #

Registry value name, for example EnableScriptBlockLogging.

public RegistryValueKind Kind { get; set; } #

Value kind stored in the policy (REG_DWORD, REG_SZ, etc.).

public Object Data { get; set; } #

Value data. Use null to indicate deletion when writing.