[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.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public bool IsSuperPort { get; set; } |
Visual Basic |
---|
Public Property IsSuperPort As Boolean
Get
Set |
F# |
---|
abstract IsSuperPort : bool with get, set
override IsSuperPort : bool with get, set |
Field Value
true wenn die Instanz ein Super-Port ist, sonst
false.
Implements
IPort..::..IsSuperPort
See Also