[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert zurück der angibt, ob das aktuelle Token neu ist.

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

Syntax

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

See Also