GetValue Function (XmlNode)

Class

XmlNode.

Action

Returns the text associated with the element.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

sXmlValue = object.GetValue
Variable Description
sXmlValue The text. LIST OF STRING.

Example

LIST OF STRING sXmlValue
sXmlValue = BrowserChild.XmlNode.GetValue()
ListPrint(sXmlValue)