OPC Studio User's Guide and Reference
BuiltInType Property (_UASimpleTypeInfo)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UASimpleTypeInfo Interface : BuiltInType Property
The built-in type used for the encoding of the simple data type.
Syntax
'Declaration
 
Property BuiltInType As UABuiltInType
'Usage
 
Dim instance As _UASimpleTypeInfo
Dim value As UABuiltInType
 
instance.BuiltInType = value
 
value = instance.BuiltInType
UABuiltInType BuiltInType {get; set;}
property UABuiltInType BuiltInType {
   UABuiltInType get();
   void set (    UABuiltInType value);
}

Property Value

The default value of this property is Null (UABuiltInType.Null).

Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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