output

Gibt die Ausgabemeldung an, die mit einem bestimmten WSDL-Verbindungsvorgang verknüpft ist.

Syntax

Reference_Syntax.output = "string"

Werte

Typ

Werte

Zeichenfolge

Eine gültige Zeichenfolge, welche die Ausgabemeldung darstellt.

Gilt für

Version

XFA 2.1

Beispiele

JavaScript

xfa.connectionSet.DataConnection.operation.output = "Connection successful.";

FormCalc

xfa.connectionSet.DataConnection.operation.output = "Connection successful."