Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.03 KB

File metadata and controls

39 lines (32 loc) · 1.03 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlComment.Create(Text) Method
Creates an XmlComment node.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlComment.Create(Text) Method

Version: Available or changed with runtime version 1.0.

Creates an XmlComment node.

Syntax

Comment :=   XmlComment.Create(Value: Text)

Parameters

Value
 Type: Text
A string that contains the contents of the new XmlComment node.

Return Value

Comment
 Type: XmlComment
The created XmlComment node.

See Also

XmlComment Data Type
Get Started with AL
Developing Extensions