API Reference
Class
PolicySupportResult
Typed result for SupportedOn evaluation of an ADMX policy.
Inheritance
- Object
- PolicySupportResult
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
- Method SupportEvaluator.Evaluate
Constructors
public PolicySupportResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.