QuickOPC User's Guide and Reference
IUADataTypeSystem Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace : IUADataTypeSystem Interface
Provides access to a specific data type system in OPC UA.
Object Model
IUADataTypeSystem InterfaceUAQualifiedName Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IUADataTypeSystem 
'Usage
 
Dim instance As IUADataTypeSystem
[ComVisible(false)]
public interface IUADataTypeSystem 
[ComVisible(false)]
public interface class IUADataTypeSystem 
Remarks

Data type dictionaries can be added, removed, or tested for presence, but they cannot generally be obtained from the data type system. This is intentional and correct.

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