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