TestimoX

API Reference

Class

AdmxSupportDefinition

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents an operating system support definition.

Inheritance

  • Object
  • AdmxSupportDefinition

Constructors

public AdmxSupportDefinition(String name, String displayName) #

Initializes a new instance of the AdmxSupportDefinition class.

Parameters

name System.String requiredposition: 0
Definition identifier (e.g., SUPPORTED_Windows10).
displayName System.String requiredposition: 1
Display string identifier.

Properties

public String Name { get; } #

Gets the definition name.

public String DisplayName { get; } #

Gets the display name identifier.

public AdmxSupportLogicType Logic { get; set; } #

Logical combination of entries (AnyOf/AllOf) if defined.

public List<AdmxSupportEntry> Entries { get; } #

Entries that make up this support definition.