Xmlport.SetSource(var InStream) Method

Version: Available or changed with runtime version 1.0.

Sets the source InStream of the XmlPort.

Syntax

 Xmlport.SetSource(var InStream: InStream)

Note

This method can be invoked using property access syntax.

Parameters

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

InStream
 Type: InStream
The new source InStream of the XmlPort.

See Also

Xmlport Data Type
Get Started with AL
Developing Extensions