title | description | ms.author | ms.date | ms.topic | author | ms.reviewer |
---|---|---|---|---|---|---|
Variant.IsXmlWriteOptions() Method |
Indicates whether an AL variant contains an XmlWriteOptions variable. |
solsen |
08/26/2024 |
reference |
SusanneWindfeldPedersen |
solsen |
Version: Available or changed with runtime version 1.0.
Indicates whether an AL variant contains an XmlWriteOptions variable.
Ok := Variant.IsXmlWriteOptions()
Note
This method can be invoked using property access syntax.
Variant
Type: Variant
An instance of the Variant data type.
Ok
Type: Boolean
true if the AL variant contains an XmlWriteOptions variable, otherwise false.