OPC Studio User's Guide and Reference
DataTypeInfo Property (UAStructureFieldInfo)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureFieldInfo Class : DataTypeInfo Property
The data type info for the field.
Syntax
'Declaration
 
Public Property DataTypeInfo As UADataTypeInfo
 
'Usage
 
Dim instance As UAStructureFieldInfo
Dim value As UADataTypeInfo
 
instance.DataTypeInfo = value
 
value = instance.DataTypeInfo
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