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

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

Syntax

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

Field Value

Die Beschreibung des Knoten-Typs.

Implements

IRemoteNode..::..TypeDescription

See Also