[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt an, oder legt fest, ob die Ursprungsorte der Nachrichten ermittelt werden sollen.

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

Syntax

C#
public bool TraceLocation { get; set; }
Visual Basic
Public Property TraceLocation As Boolean
	Get
	Set
F#
member TraceLocation : bool with get, set

Field Value

true wenn ja; sonst, false.

See Also