QuickOPC User's Guide and Reference
Key Property (_UAKeyValuePair)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAKeyValuePair Interface : Key Property
The key of the value.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Key As UAQualifiedName
'Usage
 
Dim instance As _UAKeyValuePair
Dim value As UAQualifiedName
 
instance.Key = value
 
value = instance.Key
[NotNull()]
UAQualifiedName Key {get; set;}
[NotNull()]
property UAQualifiedName^ Key {
   UAQualifiedName^ get();
   void set (    UAQualifiedName^ value);
}
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