API Reference
Class
GpoAnalysisUnknownCandidatePolicy
Represents a best-effort ADMX policy candidate for an unmapped registry value.
Inheritance
- Object
- GpoAnalysisUnknownCandidatePolicy
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 GpoAnalysisUnknownRow.Candidates
Constructors
public GpoAnalysisUnknownCandidatePolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.