TestimoX

API Reference

Class

AdmxCatalogRegListEntry

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Single registry value entry within a list.

Inheritance

  • Object
  • AdmxCatalogRegListEntry

Constructors

public AdmxCatalogRegListEntry() #

Properties

public String RegistryKey { get; set; } #

Registry key; uses DefaultKey when null.

public String RegistryValue { get; set; } #

Registry value name.

public AdmxCatalogRegValue Value { get; set; } #

Value to set; null indicates delete.