XmlDeclaration.Version([Text]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the version property for this document.

Syntax

[Value := ]  XmlDeclaration.Version([NewValue: Text])

Note

This method can be invoked using property access syntax.

Parameters

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

[Optional] NewValue
 Type: Text
A string containing the version property for this document.

Return Value

[Optional] Value
 Type: Text
The version property for this document.

See Also

XmlDeclaration Data Type
Get Started with AL
Developing Extensions