TestimoX

API Reference

Class

AdmxEnumItemDefinition

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a single enumeration item in an ADMX policy element.

Inheritance

  • Object
  • AdmxEnumItemDefinition

Constructors

public AdmxEnumItemDefinition(String displayName, String value) #

Initializes a new instance of the AdmxEnumItemDefinition class.

Parameters

displayName System.String requiredposition: 0
Display name identifier.
value System.String requiredposition: 1
Associated value.

Properties

public String DisplayName { get; } #

Gets the display name identifier.

public String Value { get; } #

Gets the value associated with the item.