Opc.Ua.Core
DataValue Constructor(Variant,StatusCode)



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

Parameters

value
The value to set
statusCode
The status code to set
Remarks
Initializes the object with a value and a status code.
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