QuickOPC User's Guide and Reference
DataTypeId Property (_UAEnumTypeInfo)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAEnumTypeInfo Interface : DataTypeId Property
A model node descriptor of the data type ID of this data type.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DataTypeId As UAModelNodeDescriptor
'Usage
 
Dim instance As _UAEnumTypeInfo
Dim value As UAModelNodeDescriptor
 
instance.DataTypeId = value
 
value = instance.DataTypeId
[NotNull()]
UAModelNodeDescriptor DataTypeId {get; set;}
[NotNull()]
property UAModelNodeDescriptor^ DataTypeId {
   UAModelNodeDescriptor^ get();
   void set (    UAModelNodeDescriptor^ 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