API Reference
Class
PolicySupportResult
Typed result for SupportedOn evaluation of an ADMX policy.
Inheritance
- Object
- PolicySupportResult
Constructors
public PolicySupportResult() #Inherited Methods
Properties
public String PolicyName { get; set; } #Internal ADMX policy name.
public String DisplayName { get; set; } #Localized policy display name.
public String SupportName { get; set; } #SupportedOn identifier evaluated (e.g., SUPPORTED_Windows10) when available.
public Nullable<Boolean> Supported { get; set; } #True if the current OS matches the SupportedOn requirements; null when unknown.
public String SupportedOnDisplay { get; set; } #Human-readable SupportedOn description.
public String OsCaption { get; set; } #Operating system caption used during evaluation.