Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.09 KB

devenv-xmlname-property.md

File metadata and controls

44 lines (32 loc) · 1.09 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlName Property
Sets a variable name for the table or the text that is the data source of the current element.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlName Property

Version: Available or changed with runtime version 1.0.

Sets a variable name for the table or the text that is the data source of the current element.

Applies to

  • Xml Port Text Element
  • Xml Port Field Element
  • Xml Port Table Element
  • Xml Port Field Attribute
  • Xml Port Text Attribute

Property Value

String

Syntax

XmlName = 'CreditNote';

Remarks

If the XmlName property is not defined, it will use the string specified in the NodeName Property as the default variable name.

See Also

Properties