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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAFieldMetaData Interface : DataTypeId Property
The node Id of the data type of this field.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DataTypeId As UANodeId
'Usage
 
Dim instance As _UAFieldMetaData
Dim value As UANodeId
 
instance.DataTypeId = value
 
value = instance.DataTypeId
[NotNull()]
UANodeId DataTypeId {get; set;}
[NotNull()]
property UANodeId^ DataTypeId {
   UANodeId^ get();
   void set (    UANodeId^ 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