[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.Remoting
Assembly: DNRemoteContract (in DNRemoteContract.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

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

Field Value

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

See Also