OPC Studio User's Guide and Reference
ValueType Property (UADataAttribute)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UADataAttribute Class : ValueType Property
The type of OPC-UA data (the Value attribute).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property ValueType As Type
 
'Usage
 
Dim instance As UADataAttribute
Dim value As Type
 
instance.ValueType = value
 
value = instance.ValueType

Property Value

This value of this property can be null (Nothing in Visual Basic).

Remarks
For attributes other than the Value attribute, the data type is implied.
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