API Reference
Class
RsopPolicyMatch
Candidate ADMX policy match with computed state and friendly element values.
Inheritance
- Object
- RsopPolicyMatch
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 RsopTraceEntry.Candidates
Constructors
public RsopPolicyMatch() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String PolicyName { get; set; } #ADMX policy internal name.
public String DisplayName { get; set; } #Localized policy name.
public String RegistryKey { get; set; } #Registry key configured by the candidate policy.
public String RegistryValue { get; set; } #Registry value configured by the candidate policy.
public String SourceAdmx { get; set; } #ADMX source where the policy is defined.
public PolicyState ComputedState { get; set; } #Computed basic state (Enabled/Disabled/NotConfigured) for this candidate.
public IReadOnlyDictionary<String, String> ElementStatesDisplay { get; set; } #Optional map of element ids to friendly display values for this candidate.
public String FriendlySummary { get; set; } #Short friendly summary (e.g., "RequireFirewall=Enabled, Profile=Domain").