This is necessary if the client uses node IDs predefiend in code or an application configuration.
The UA servers maintain a namespace URI table and the namespace index in the node IDs is the index in this table. The namespace URI table perssted in the client is compared with the current UA server namespace URI table and indices are adapted if the tables are different.
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim value As Boolean instance.NamespaceIndexManagement = value value = instance.NamespaceIndexManagement |
C# | |
---|---|
public bool NamespaceIndexManagement {get; set;} |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x