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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAEnumTypeInfo Class : BuiltInType Property
Indicates if the data type is an enumeration or an option set, and the base type of the option set.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property BuiltInType As UABuiltInType
 
'Usage
 
Dim instance As UAEnumTypeInfo
Dim value As UABuiltInType
 
instance.BuiltInType = value
 
value = instance.BuiltInType
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