Microsoft.Windows.Server.DNS.ServerWindows DNS Server

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

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId79216354-783c-8f12-4507-deed50c38f26

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.Server.DNS.Server:
EventLoggingLevel  string  Event Logging Level false 256  False 
ScavengingInterval  string  Scavenging Interval false 256  False 
Name  string  Name true 256  False 
WindowsVersion  string  Windows Version false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DNS.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="EventLoggingLevel" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ScavengingInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="WindowsVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>