QuickOPC User's Guide and Reference
UAKeyValuePair Constructor(UAQualifiedName,Object)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAKeyValuePair Class > UAKeyValuePair Constructor : UAKeyValuePair Constructor(UAQualifiedName,Object)
The key of the value.
The value associated with the key.
Initializes a new instance of the class. Initializes a new instance of the class, with given key and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As UAQualifiedName, _
   ByVal value As Object _
)
'Usage
 
Dim key As UAQualifiedName
Dim value As Object
 
Dim instance As New UAKeyValuePair(key, value)
public UAKeyValuePair( 
   UAQualifiedName key,
   object value
)
public:
UAKeyValuePair( 
   UAQualifiedName^ key,
   Object^ value
)

Parameters

key
The key of the value.
value
The value associated with the key.
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