[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die ID des Knoten zurück.

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
public int Id { get; }
Visual Basic
Public ReadOnly Property Id As Integer
	Get
F#
abstract Id : int
override Id : int

Field Value

Die ID.

Implements

IRemoteNode..::..Id

See Also