Xmlport.SetDestination(var OutStream) Method

Version: Available or changed with runtime version 1.0.

Sets the destination OutStream of the XmlPort.

Syntax

 Xmlport.SetDestination(var OutStream: OutStream)

Note

This method can be invoked using property access syntax.

Parameters

Xmlport
 Type: Xmlport
An instance of the Xmlport data type.

OutStream
 Type: OutStream
The new destination OutStream of the XmlPort.

See Also

Xmlport Data Type
Get Started with AL
Developing Extensions