[This is preliminary documentation and is subject to change.]
Static utility function "SetXmlField", provided for general use to set a field value in
an XML document.

C# | Visual Basic | Visual C++ |
public static void SetXmlAttribute( XmlElement elm, string fieldName, Object values )
Public Shared Sub SetXmlAttribute ( _ elm As XmlElement, _ fieldName As String, _ values As Object _ )
public: static void SetXmlAttribute( XmlElement^ elm, String^ fieldName, Object^ values )

- elm (XmlElement)
- Specifies the XML element within the document.
- fieldName (String)
- Specifies the name of the field to be updated.
- values (Object)
- Specifies the field values, as an Array, to be updated.