XmlComment.Value([Text]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the string value of this comment.

Syntax

[Value := ]  XmlComment.Value([NewValue: Text])

Note

This method can be invoked using property access syntax.

Parameters

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

[Optional] NewValue
 Type: Text
The new value of this comment.

Return Value

[Optional] Value
 Type: Text
The new value of this comment.

See Also

XmlComment Data Type
Get Started with AL
Developing Extensions