TestimoX

API Reference

Class

AdmxPolicyArtifactOperation

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Single registry operation emitted while generating ADMX policy artifacts.

Inheritance

  • Object
  • AdmxPolicyArtifactOperation

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public AdmxPolicyArtifactOperationKind Kind { get; set; } #

Operation kind.

public String KindName { get; set; } #

Textual operation kind for JSON and static consumers.

public String RegistryKey { get; set; } #

Fully-qualified registry key path including the hive.

public String RegistryValue { get; set; } #

Registry value name, when the operation targets a single value.

public Nullable<RegistryValueKind> ValueKind { get; set; } #

Registry value kind used for set operations.

public String ValueKindName { get; set; } #

Textual registry value kind for JSON and static consumers.

public String ValuePreview { get; set; } #

Human-readable representation of the value being written, when applicable.