Microsoft.Windows.DfsNamespaceLinkTargetDFS Folder Targets

Microsoft.Windows.DfsNamespaceLinkTarget (ClassType)

A folder target is the UNC path of a shared folder or another namespace that is associated with a folder in a namespace.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6d4f84fc-67c6-4050-ef39-d0018e80d901

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.DfsNamespaceLinkTarget:
TargetPath  string  Link Target Path true 256  False 
State  string  State false 14  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsNamespaceLinkTarget" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="TargetPath" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="14" MinLength="0"/>
</ClassType>