TestimoX

API Reference

Enum

PolicyRegistryValueType

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

Registry value storage type used by a policy.

Inheritance

  • Enum
  • PolicyRegistryValueType

Values

public const PolicyRegistryValueType Delete #

Delete the value.

Value: 0
public const PolicyRegistryValueType Numeric #

DWORD numeric value.

Value: 1
public const PolicyRegistryValueType Text #

String value.

Value: 2