XMLNode.Last


public property Last

Prototype:

Read property Last [XMLNode]

Description:

Gets the last node on the same level with the xml node. If fails, it returns null.

Return value:

Returns the last XMLNode on the same level with the xml node or null if fails.