API Reference
Class
DnsClientPolicyRule
A single DNS Client policy rule with raw DWORD/string/multi-string maps.
Inheritance
- Object
- DnsClientPolicyRule
Constructors
public DnsClientPolicyRule() #Inherited Methods
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.