TestimoX

API Reference

Class

ListPolicyElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Policy element representing a list of name/value entries.

Inheritance

Constructors

public ListPolicyElement() #

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.