API Reference
Class
RsopTraceEntry
Trace entry for a single registry value processed during RSOP mapping. Includes candidate ADMX policies and any family/ADMX suggestions.
Inheritance
- Object
- RsopTraceEntry
Constructors
public RsopTraceEntry() #Inherited Methods
Properties
public String ValueType { get; set; } #Registry value type (string label) if known.
public String ObservedData { get; set; } #Observed data (stringified for trace).
public IReadOnlyList<RsopPolicyMatch> Candidates { get; set; } #Candidate ADMX policies that could explain this value.
public String Family { get; set; } #Policy family inferred for this value (when known).
public String SuggestedAdmx { get; set; } #Suggested ADMX file (heuristic) when mapping fails.