Microsoft.Windows.FileServer.DFSN.Library.NamespaceLinkDFS フォルダー

Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink (ClassType)

DFS フォルダー (リンク) は、名前空間のルートの下に配置され、1 つ以上のフォルダー ターゲット (リンク ターゲット) にマップする仮想フォルダー (再解析ポイント) です。

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4352c64a-158d-a2b5-1878-65450d8188dd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink:
LinkName  string  フォルダー名 true 256  False 
State  string  状態 false 15  False 
Timeout  string  タイムアウト false 15  False 

Health Model:

Source Code:

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