Microsoft.Windows.DfsNamespaceLinkDFS Folders

Microsoft.Windows.DfsNamespaceLink (ClassType)

A DFS folder (link) is a virtual folder (reparse point) that lies below the namespace root and maps to one or more folder targets (link targets).

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf6198a3e-c69d-5301-b053-9789bd664e85

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.DfsNamespaceLink:
LinkName  string  Link Name true 200  False 
State  string  State false 14  False 
Timeout  string  Timeout false 20  False 
LinkTargetsCount  int  Number of Link Targets false   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsNamespaceLink" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="LinkName" Type="string" Key="true" CaseSensitive="false" Length="200" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="14" MinLength="0"/>
<Property ID="Timeout" Type="string" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="LinkTargetsCount" Type="int" Key="false" CaseSensitive="false" Length="3" MinLength="0"/>
</ClassType>