API Reference
Class
ListPolicyElement
Policy element representing a list of name/value entries.
Inheritance
- PolicyElement
- ListPolicyElement
Constructors
public ListPolicyElement() #Inherited Methods
Properties
public Boolean HasPrefix { get; set; } #When true, value names are generated using a numeric suffix appended to RegistryValue.
public Boolean NoPurgeOthers { get; set; } #When false, applying the list first clears existing entries in the registry key.
public Boolean RegExpandSz { get; set; } #When true, write entries as REG_EXPAND_SZ (instead of REG_SZ).
public Boolean UserProvidesNames { get; set; } #When true, item values are written as data while the key name is provided by the user.
public String ValuePrefix { get; set; } #Prefix used to build value names when HasPrefix is true.
Inherited Properties
public String Id { get; set; } #Inherited from PolicyElement
public String ClientExtension { get; set; } #Inherited from PolicyElement
public String RegistryKey { get; set; } #Inherited from PolicyElement
public String RegistryValue { get; set; } #Inherited from PolicyElement
public String ElementType { get; set; } #Inherited from PolicyElement