QuickOPC User's Guide and Reference
UAKeyValuePair Constructor(UAKeyValuePair)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAKeyValuePair Class > UAKeyValuePair Constructor : UAKeyValuePair Constructor(UAKeyValuePair)
The OPC UA key-value pair to be copied from.
Initializes a new instance of the class. Initializes a new instance of the class as a copy of another OPC UA key-value pair.
Syntax
'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.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also