PCRuntimeLibrary::writeXmlAXLabelElement Method [AX 2012]
Writes a single label element to the specified XML writer.
client server private static void writeXmlAXLabelElement(
XmlWriter writer,
str id,
str value)
Run On
CalledParameters
- writer
- Type: XmlWriter Class
The XML writer to which to write.
- id
- Type: str
The ID of the label to write.
- value
- Type: str
The value of the label to write.
Show: