Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.26 KB

xmlnode-isxmlprocessinginstruction-method.md

File metadata and controls

40 lines (34 loc) · 1.26 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlNode.IsXmlProcessingInstruction() Method
Gets a value indicating whether this node is an XmlProcessingInstruction.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlNode.IsXmlProcessingInstruction() Method

Version: Available or changed with runtime version 1.0.

Gets a value indicating whether this node is an XmlProcessingInstruction.

Syntax

Value :=   XmlNode.IsXmlProcessingInstruction()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Value
 Type: Boolean
true if this node is an XmlProcessingInstruction node, otherwise false.

See Also

XmlNode Data Type
Get Started with AL
Developing Extensions