QuickOPC User's Guide and Reference
ValueType Property (UADataAttribute)



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
[CanBeNull()]
public Type ValueType {get; set;}
[CanBeNull()]
public:
property Type^ ValueType {
   Type^ get();
   void set (    Type^ value);
}
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