Microsoft.Windows.FileServer.DFSN.RootTargetDFS Namespace Server

Microsoft.Windows.FileServer.DFSN.RootTarget (ClassType)

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

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId45de5f01-21bc-ce30-67be-545f1c1140cf

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.FileServer.DFSN.RootTarget:
RootName  string  Root Name Name of the root true 256  False 
RootDirectory  string  Root Directory Local path of the directory hosting root share false 256  False 
State  string  State State of the root target false 25  False 
NamespaceName  string  DFS Namespace Name of the DFS namespace false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSN.RootTarget" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RootName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RootDirectory" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="25"/>
<Property ID="NamespaceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>