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
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 RsopTrace.Entries
Constructors
public RsopTraceEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.