Share via


TaxOBExport_NL.addCustomPrefixXmlAttribute Method [AX 2012]

Syntax

private void addCustomPrefixXmlAttribute(
    XmlNode _parentNode, 
    str _attributePrefix, 
    str _attributeName, 
    str _attributeNamespaceURI, 
    str _attributeValue)

Run On

Called

Parameters

  • _attributePrefix
    Type: str
  • _attributeName
    Type: str
  • _attributeNamespaceURI
    Type: str
  • _attributeValue
    Type: str

See Also

Reference

TaxOBExport_NL Class