TestimoX

API Reference

Class

PolicyRegistryValue

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground

Represents a typed registry value written by a policy.

Inheritance

  • Object
  • PolicyRegistryValue

Constructors

public PolicyRegistryValue() #

Properties

public PolicyRegistryValueType RegistryType { get; set; } #

Type of the registry value.

public String ValueName { get; set; } #

Optional explicit value name overriding the element's default.

public String StringValue { get; set; } #

String payload when RegistryType is Text.

public Nullable<UInt32> NumberValue { get; set; } #

Numeric payload when RegistryType is Numeric.