API Reference
Class
DnsClientPolicyRule
A single DNS Client policy rule with raw DWORD/string/multi-string maps.
Inheritance
- Object
- DnsClientPolicyRule
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DnsClientPolicyInfo.Rules
Constructors
public DnsClientPolicyRule() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.