Microsoft.Windows.DNSServer.2016.DNSDomainWindows DNS Domain

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

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde3aabe48-530e-3423-3f65-8255bb7ef719

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.2016.DNSDomain:
DomainName  string  Domain Name true 256  False 
DynamicUpdates  string  Dynamic Updates false 256  False 
PrimaryServers  string  Primary Servers Comma Delimited List false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DNSServer.2016.DNSDomain" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="DomainName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DynamicUpdates" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PrimaryServers" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>