TestimoX

API Reference

Class

FlatTraceRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

A flat trace row for RSOP-style diagnostics mapping a registry path/value to policy metadata.

Inheritance

  • Object
  • FlatTraceRow

Constructors

Properties

public String KeyPath { get; set; } #

Full registry key path.

public String ValueName { get; set; } #

Registry value name.

public String PolicyName { get; set; } #

ADMX policy name.

public String DisplayName { get; set; } #

Policy display name.

public PolicyState ComputedState { get; set; } #

Computed basic policy state for this entry.

public String SourceAdmx { get; set; } #

Source ADMX filename (if known).

public String RegistryKey { get; set; } #

Registry key portion (without hive).

public String RegistryValue { get; set; } #

Registry value display (friendly) name.

public String FriendlyElements { get; set; } #

Friendly element labels associated with the entry.