[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den Super-Name für Modul-Anschlüsse zurück.

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

Syntax

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

Field Value

Der Super-Name.

Implements

IRemotePort..::..SuperName

See Also