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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UASimpleTypeDescription Class : BaseDataTypeId Property
The base data type of the simple data type.
Syntax
'Declaration
 
Public Property BaseDataTypeId As UANodeId
'Usage
 
Dim instance As UASimpleTypeDescription
Dim value As UANodeId
 
instance.BaseDataTypeId = value
 
value = instance.BaseDataTypeId
public UANodeId BaseDataTypeId {get; set;}
public:
property UANodeId^ BaseDataTypeId {
   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