XmlDeclaration.Standalone([Text]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the standalone property for this document.

Syntax

[Value := ]  XmlDeclaration.Standalone([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 standalone property for this document.

Return Value

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

See Also

XmlDeclaration Data Type
Get Started with AL
Developing Extensions