Share via


RetailTransactionServiceLoyalty::getElementTextValue Method [AX 2012]

Gets the text value of a named child element.

Syntax

client server private static str getElementTextValue(XmlElement _parentNode, str _elementName)

Run On

Called

Parameters

  • _elementName
    Type: str
    The child element name.

Return Value

Type: str
The text value.

See Also

Reference

RetailTransactionServiceLoyalty Class