Microsoft.Windows.DfsnRootTargetDFS Namespace Server

Microsoft.Windows.DfsnRootTarget (ClassType)

Namespace servers (root targets) are servers that host a DFS namespace.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2e8a11b6-bdd8-c1ac-8d97-286a18059ea4

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.DfsnRootTarget:
RootName  string  DFS Root Name true 256  False 
ServerName  string  DFS Server false 256  False 
Folder  string  Root Folder false 256  False 
ActiveDirectorySite  string  Active Directory Site false 256  False 
State  string  State false 256  False 
NamespaceName  string  DFS Namespace false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsnRootTarget" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RootName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Folder" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ActiveDirectorySite" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NamespaceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>