[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine knotenweit eindeutige ID zurück.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

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

Field Value

Die ID der Erweiterung.

Implements

IExtension<(Of <(<'T>)>)>..::..Id

See Also