Opc.Ua.Core
DataValue Constructor(Variant)



Opc.Ua Namespace > DataValue Class > DataValue Constructor : DataValue Constructor(Variant)
The value to set
Initializes the object with a value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Variant _
)
'Usage
 
Dim value As Variant
 
Dim instance As New DataValue(value)
public DataValue( 
   Variant value
)
public:
DataValue( 
   Variant value
)

Parameters

value
The value to set
Remarks
Initializes the object with a value from a Variant
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataValue Class
DataValue Members
Overload List