QuickOPC User's Guide and Reference
BuiltInType Property (UAEnumDescription)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAEnumDescription Class : BuiltInType Property
Indicates if the data type is an enumeration or an option set.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property BuiltInType As UABuiltInType
'Usage
 
Dim instance As UAEnumDescription
Dim value As UABuiltInType
 
instance.BuiltInType = value
 
value = instance.BuiltInType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UABuiltInType BuiltInType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property UABuiltInType BuiltInType {
   UABuiltInType get();
   void set (    UABuiltInType value);
}
Remarks

If the built-in type is OpcLabs.EasyOpc.UA.UABuiltInType.Int32, the data type is an enumeration. If the built-in type is one of the UInteger data types or OpcLabs.EasyOpc.UA.UABuiltInType.ExtensionObject, the data type is an option set.

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