[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt ein Array mit allen Ausgängen des Knotens zurück.

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

Syntax

C#
public OutPortService[] OutPorts { get; }
Visual Basic
Public ReadOnly Property OutPorts As OutPortService()
	Get
F#
member OutPorts : OutPortService[]

Field Value

Die Ausgänge.

See Also