TestimoX

API Reference

Enum

AdmxPolicyArtifactOperationKind

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kind of registry operation emitted for a generated ADMX policy artifact.

Inheritance

  • Enum
  • AdmxPolicyArtifactOperationKind

Usage

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

Values

public const AdmxPolicyArtifactOperationKind SetValue #

Sets or replaces a registry value.

Value: 0
public const AdmxPolicyArtifactOperationKind DeleteValue #

Deletes a single registry value.

Value: 1
public const AdmxPolicyArtifactOperationKind ClearKey #

Deletes all values under a registry key.

Value: 2