XmlNamespaceManager.NameTable([XmlNameTable]) Method
Version: Available or changed with runtime version 1.0.
Gets or sets the XmlNameTable associated with this object.
Syntax
[Value := ] XmlNamespaceManager.NameTable([NewValue: XmlNameTable])
Note
This method can be invoked using property access syntax.
Parameters
XmlNamespaceManager
Type: XmlNamespaceManager
An instance of the XmlNamespaceManager data type.
[Optional] NewValue
Type: XmlNameTable
The new XmlNameTable to associate with this object. Setting the NameTable will reset the state of the XmlNamespaceManager.
Return Value
[Optional] Value
Type: XmlNameTable
The XmlNameTable associated with this object.
Related information
XmlNamespaceManager Data Type
Get Started with AL
Developing Extensions