[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt das Verzeichnis mit den Benutzer-Knotenbibliotheken oder null zurück.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public string WorkspaceNodeLibraryPath { get; set; }
Visual Basic
Public Property WorkspaceNodeLibraryPath As String
	Get
	Set
F#
abstract WorkspaceNodeLibraryPath : string with get, set
override WorkspaceNodeLibraryPath : string with get, set

Field Value

Das Verzeichnis der Benutzer-Knotenbibliotheken oder null.

Implements

IConfiguration..::..WorkspaceNodeLibraryPath

See Also