API Reference
Class
AdmxCatalogPolicy
Policy summary extracted from ADMX with presentation metadata and registry mapping.
Inheritance
- Object
- AdmxCatalogPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxCatalogFile.Policies
Constructors
public AdmxCatalogPolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Internal ADMX policy name.
public String DisplayName { get; set; } #Localized display name (primary language).
public String CategoryPath { get; set; } #Category path (e.g., Windows Components\BitLocker Drive Encryption).
public String SupportedOn { get; set; } #SupportedOn label.
public String SourceAdmx { get; set; } #Source ADMX filename.
public String Explain { get; set; } #Localized explain text, when present.
public IReadOnlyList<AdmxCatalogElement> Elements { get; set; } #Presentation elements for the policy.
public AdmxCatalogPolicyLevelMap LevelMap { get; set; } #On/Off mapping to registry values or lists.