'Declaration
Public Function New( _ ByVal keyValuePair As UAKeyValuePair _ )
'Usage
Dim keyValuePair As UAKeyValuePair Dim instance As New UAKeyValuePair(keyValuePair)
public UAKeyValuePair( UAKeyValuePair keyValuePair )
public: UAKeyValuePair( UAKeyValuePair^ keyValuePair )
Parameters
- keyValuePair
- The OPC UA key-value pair to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).