EasyUA Reference
DataValue Constructor(DataValue)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > DataValue Class > DataValue Constructor : DataValue Constructor(DataValue)

value
The DataValue to copy.

Glossary Item Box

Creates a deep copy of the value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As DataValue
 
Dim instance As New DataValue(value)
C# 
public DataValue( 
   DataValue value
)

Parameters

value
The DataValue to copy.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.