'Declaration
Public Property BuiltInType As UABuiltInType
'Usage
Dim instance As UADataVariable Dim value As UABuiltInType instance.BuiltInType = value value = instance.BuiltInType
public UABuiltInType BuiltInType {get; set;}
public: property UABuiltInType BuiltInType { UABuiltInType get(); void set ( UABuiltInType value); }
Property Value
The built-in type, represented by the OpcLabs.EasyOpc.UA.UABuiltInType enumeration.The default value of this property is Variant (UABuiltInType.Variant)
.