Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.18 KB

xmlelement-innerxml-method.md

File metadata and controls

40 lines (34 loc) · 1.18 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlElement.InnerXml() Method
Gets the markup representing only the child nodes of this node.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlElement.InnerXml() Method

Version: Available or changed with runtime version 1.0.

Gets the markup representing only the child nodes of this node.

Syntax

Value :=   XmlElement.InnerXml()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Value
 Type: Text
The markup representing only the child nodes of this node.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions