API Reference
Class
AdmxSupportDefinition
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
- Definition identifier (e.g., SUPPORTED_Windows10).
- displayName System.String
- Display string identifier.
Inherited Methods
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.