[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt an oder legt fest ob dieser Port ein Super-Port ist.

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

Syntax

C#
public bool IsSuperPort { get; }
Visual Basic
Public ReadOnly Property IsSuperPort As Boolean
	Get
F#
abstract IsSuperPort : bool
override IsSuperPort : bool

Field Value

true wenn die Instanz ein Super-Port ist, sonst false.

Implements

IRemotePort..::..IsSuperPort

See Also