QuickOPC User's Guide and Reference
DataTypeInfo Property (UAStructureFieldInfo)



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
public UADataTypeInfo DataTypeInfo {get; set;}
public:
property UADataTypeInfo^ DataTypeInfo {
   UADataTypeInfo^ get();
   void set (    UADataTypeInfo^ 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