Opc.Ua.Core
DataValue Constructor(DataValue)



Opc.Ua Namespace > DataValue Class > DataValue Constructor : DataValue Constructor(DataValue)
The DataValue to copy.
Creates a deep copy of the value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As DataValue _
)
'Usage
 
Dim value As DataValue
 
Dim instance As New DataValue(value)
public DataValue( 
   DataValue value
)
public:
DataValue( 
   DataValue^ value
)

Parameters

value
The DataValue to copy.
Exceptions
ExceptionDescription
Thrown when the value is null
Remarks
Creates a new instance of the class while copying the contents of another instance.
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