QuickOPC User's Guide and Reference
NamespaceRedirectionDictionary Property (UAOpcBinaryDtsParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryDtsParameters Class : NamespaceRedirectionDictionary Property
References to namespaces that are sources in this dictionary are redirected to specified targets.
Syntax
'Declaration
 
Public Property NamespaceRedirectionDictionary As StringStringDictionary
'Usage
 
Dim instance As UAOpcBinaryDtsParameters
Dim value As StringStringDictionary
 
instance.NamespaceRedirectionDictionary = value
 
value = instance.NamespaceRedirectionDictionary
public StringStringDictionary NamespaceRedirectionDictionary {get; set;}
public:
property StringStringDictionary^ NamespaceRedirectionDictionary {
   StringStringDictionary^ get();
   void set (    StringStringDictionary^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also