[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert der angibt, ob die Konfigurtion ein Arbeitsverzeichnis besitzt.

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

Syntax

C#
public bool HasWorkspace { get; }
Visual Basic
Public ReadOnly Property HasWorkspace As Boolean
	Get
F#
abstract HasWorkspace : bool
override HasWorkspace : bool

Field Value

true, wenn diese Konfiguration ein Arbeitsverzeichnis besitzt, sonst false.

Implements

IConfiguration..::..HasWorkspace

See Also