Opc.Ua.Core
UpdateNamespaceTable Property



Opc.Ua Namespace > JsonDecoder Class : UpdateNamespaceTable Property
If TRUE then the NamespaceUris and ServerUris tables are updated with new URIs read from the JSON stream.
Syntax
'Declaration
 
Public Property UpdateNamespaceTable As Boolean
'Usage
 
Dim instance As JsonDecoder
Dim value As Boolean
 
instance.UpdateNamespaceTable = value
 
value = instance.UpdateNamespaceTable
public bool UpdateNamespaceTable {get; set;}
public:
property bool UpdateNamespaceTable {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonDecoder Class
JsonDecoder Members