Microsoft.Windows.DNSServer.Library.ForwarderDNS Forwarder

Microsoft.Windows.DNSServer.Library.Forwarder (ClassType)

Element properties:

Base ClassMicrosoft.Windows.DNSServer.Library.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf43ee456-4132-3077-8ff1-49ad9d9f6b25

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DNSServer.Library.Forwarder:
IPAddress  string  IP Address true 256  False 
DomainName  string  Domain Name true 256  False 
IsConditional  bool  Is Conditional Is Conditional Forwarder false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DNSServer.Library.Forwarder" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.DNSServer.Library.Component" Hosted="true" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DomainName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsConditional" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>