EasyUA Reference
NamespaceIndexManagement Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : NamespaceIndexManagement Property

Glossary Item Box

If set to TRUE (the default is false) then the node namespace indices are managed to stay valid even if change in the server.
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.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim value As Boolean
 
instance.NamespaceIndexManagement = value
 
value = instance.NamespaceIndexManagement
C# 
public bool NamespaceIndexManagement {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.