QuickOPC User's Guide and Reference
EncodingName Property (IUADataTypeSystem)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > IUADataTypeSystem Interface : EncodingName Property
The encoding name of this data type system.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property EncodingName As UAQualifiedName
 
'Usage
 
Dim instance As IUADataTypeSystem
Dim value As UAQualifiedName
 
value = instance.EncodingName
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