[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine Beschreibung 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 string Description { get; }
Visual Basic
Public ReadOnly Property Description As String
	Get
F#
abstract Description : string
override Description : string

Field Value

Die Beschreibung.

Implements

IRemoteNode..::..Description

See Also