TestimoX

API Reference

Class

DnsClientPolicyRule

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

A single DNS Client policy rule with raw DWORD/string/multi-string maps.

Inheritance

  • Object
  • DnsClientPolicyRule

Constructors

Properties

public String Name { get; set; } #

Rule name (subkey under DnsPolicyConfig).

public IReadOnlyDictionary<String, Int32> DWords { get; set; } #

DWORD registry values for the rule.

public IReadOnlyDictionary<String, String> Strings { get; set; } #

String registry values for the rule.

public IReadOnlyDictionary<String, String[]> MultiStrings { get; set; } #

Multi-string registry values for the rule.