API Reference
Class
PolicyRulesItem
Represents a single PolicyRules item (Policy Analyzer).
Inheritance
- Object
- PolicyRulesItem
Constructors
public PolicyRulesItem() #Inherited Methods
Properties
public String Hive { get; set; } #Target hive (HKLM or HKCU).
public String KeyPath { get; set; } #Registry key path (e.g., SOFTWARE\Policies\...).
public String ValueName { get; set; } #Registry value name.
public RegistryValueKind RegType { get; set; } #Registry value kind.
public String Data { get; set; } #Data string as represented in the .PolicyRules file.