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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel.ComTypes Namespace > _UAOpcBinaryDtsParameters Interface : NamespaceRedirectionDictionary Property
References to namespaces that are sources in this dictionary are redirected to specified targets.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property NamespaceRedirectionDictionary As StringStringDictionary
'Usage
 
Dim instance As _UAOpcBinaryDtsParameters
Dim value As StringStringDictionary
 
instance.NamespaceRedirectionDictionary = value
 
value = instance.NamespaceRedirectionDictionary
[ElementsNotNull()]
[NotNull()]
StringStringDictionary NamespaceRedirectionDictionary {get; set;}
[ElementsNotNull()]
[NotNull()]
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