API Reference
Class
LgpoTextEntry
One LGPO text entry (4-line block: Configuration, Registry Key, Value Name, Action).
Inheritance
- Object
- LgpoTextEntry
Constructors
public LgpoTextEntry() #Inherited Methods
Properties
public LgpoTarget Target { get; set; } #Target for this entry (Computer/User/MLGPO).
public String RegistryKey { get; set; } #Registry key path (without hive), e.g., Software\Policies\Microsoft\... .
public String ValueName { get; set; } #Registry value name; use empty for (Default).
public LgpoAction Action { get; set; } #Action to apply for the key/value.