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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel.ComTypes Namespace > _UADataTypeSystem Interface : EncodingName Property
The encoding name of this data type system.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property EncodingName As UAQualifiedName
'Usage
 
Dim instance As _UADataTypeSystem
Dim value As UAQualifiedName
 
value = instance.EncodingName
[NotNull()]
UAQualifiedName EncodingName {get;}
[NotNull()]
property UAQualifiedName^ EncodingName {
   UAQualifiedName^ get();
}
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