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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAFieldMetaData Class : BuiltInType Property
The built-in data type of the field.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=103, 
   ShortName="Built-In Type")>
Public Property BuiltInType As UABuiltInType
'Usage
 
Dim instance As UAFieldMetaData
Dim value As UABuiltInType
 
instance.BuiltInType = value
 
value = instance.BuiltInType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(AutoGenerateField=true, 
   Order=103, 
   ShortName="Built-In Type")]
public UABuiltInType BuiltInType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Display(AutoGenerateField=true, 
   Order=103, 
   ShortName="Built-In Type")]
public:
property UABuiltInType BuiltInType {
   UABuiltInType get();
   void set (    UABuiltInType 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