Microsoft.Windows.Server.DNS.ForwarderServer předávání služby Windows DNS

Microsoft.Windows.Server.DNS.Forwarder (ClassType)

Element properties:

Base ClassMicrosoft.Windows.Server.DNS.HostedComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6079f61f-85fc-a461-d07f-d5a4ef709fab

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.DNS.Forwarder:
DomainName  string  Název domény true 256  False 
IsConditional  bool  je podmíněný false 256   
ForwarderTimeout  int  Čas vypršení serveru předávání false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DNS.Forwarder" Accessibility="Public" Abstract="true" Base="Microsoft.Windows.Server.DNS.HostedComponent" Hosted="true" Singleton="false">
<Property ID="DomainName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsConditional" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ForwarderTimeout" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>