API Reference
Class
PolicyRulesItem
Represents a single PolicyRules item (Policy Analyzer).
Inheritance
- Object
- PolicyRulesItem
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 PolicyRulesDocument.Items
Constructors
public PolicyRulesItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.