TestimoX

API Reference

Class

AdmxCatalogEnumItem

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

A single enum option for an ADMX element.

Inheritance

  • Object
  • AdmxCatalogEnumItem

Constructors

Properties

public String Display { get; set; } #

Localized display text.

public String Kind { get; set; } #

Kind of data (numeric|string|delete).

public String Value { get; set; } #

Value for the option (decimal or string depending on kind).