Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.13 KB

xmlportinstance-setsource-method.md

File metadata and controls

40 lines (33 loc) · 1.13 KB
title description ms.author ms.date ms.topic author ms.reviewer
Xmlport.SetSource(var InStream) Method
Sets the source InStream of the XmlPort.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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