OPC Studio User's Guide and Reference
UADataValue Constructor(Object)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UADataValue Class > UADataValue Constructor : UADataValue Constructor(Object)
The value of the data value.

The value of this parameter can be null (Nothing in Visual Basic).

Initializes a new instance of the class, with given value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object _
)
'Usage
 
Dim value As Object
 
Dim instance As New UADataValue(value)
public UADataValue( 
   object value
)
public:
UADataValue( 
   Object^ value
)

Parameters

value
The value of the data value.

The value of this parameter can be null (Nothing in Visual Basic).

Exceptions
ExceptionDescription
An error has occurred during application execution.
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