API Reference
Class
GpoAnalysisUnknownCandidatePolicy
Represents a best-effort ADMX policy candidate for an unmapped registry value.
Inheritance
- Object
- GpoAnalysisUnknownCandidatePolicy
Constructors
public GpoAnalysisUnknownCandidatePolicy() #Inherited Methods
Properties
public GpoAnalysisUnknownCandidateMatchKind MatchKind { get; set; } #How the candidate matched the registry value (key/value vs prefix match).
public String PolicyName { get; set; } #ADMX internal policy name.
public String DisplayName { get; set; } #Localized ADMX display name.
public String Category { get; set; } #ADMX category path (best-effort).
public String SourceAdmx { get; set; } #ADMX source file name where the policy is defined (e.g. system.admx).
public String RegistryKey { get; set; } #Registry key associated with the policy definition.
public String ValueName { get; set; } #Registry value name associated with the policy definition.
public String Description { get; set; } #Localized policy description/explain text, when available.