[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine schreibgeschützte Sammlung mit allen Ausgabe-Ports zurück.

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

Syntax

C#
public IEnumerable<OutPort> OutPorts { get; }
Visual Basic
Public ReadOnly Property OutPorts As IEnumerable(Of OutPort)
	Get
F#
member OutPorts : IEnumerable<OutPort>

Field Value

Eine Sammlung mit allen Ausgabe-Ports.

See Also