[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Liest oder schreibt die Super-ID für Modul-Ports.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

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

Field Value

Die Super-ID.

Implements

IPort..::..SuperName

See Also