QuickOPC User's Guide and Reference
BaseDataTypeId Property (_UAStructureDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAStructureDefinition Interface : BaseDataTypeId Property
The Node ID of the direct supertype of the data type.
Syntax
'Declaration
 
<NotNullAttribute()>
Property BaseDataTypeId As UANodeId
'Usage
 
Dim instance As _UAStructureDefinition
Dim value As UANodeId
 
instance.BaseDataTypeId = value
 
value = instance.BaseDataTypeId
[NotNull()]
UANodeId BaseDataTypeId {get; set;}
[NotNull()]
property UANodeId^ BaseDataTypeId {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
Remarks

This might refer to the abstract Structure or the Union data type.

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