Microsoft.Windows.DNSServer.Library.DNSDomainDNS Domain

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

Element properties:

Base ClassMicrosoft.Windows.DNSServer.Library.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId128d8f4b-ad62-0fcb-d638-8cfb37067ed1

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.DNSDomain:
DomainName  string  Domain Name true 256  False 
PrimaryServer  string  Primary Server false 256  False 
DynamicUpdates  string  Dynamic Updates false 256  False 
NameServers  string  Name Servers comma delimited list false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DNSServer.Library.DNSDomain" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.DNSServer.Library.Component" Hosted="false" Singleton="false">
<Property ID="DomainName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrimaryServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DynamicUpdates" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NameServers" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>