Microsoft.Windows.FileServer.DFSN.Library.LinkTargetDFS Folder Targets

Microsoft.Windows.FileServer.DFSN.Library.LinkTarget (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
ElementId7db0b359-3e27-990e-478e-07cdd9974309

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.Library.LinkTarget:
TargetPath  string  TargetPath true 256  False 
State  string  State false 15  False 

Health Model:

Source Code:

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