QuickOPC User's Guide and Reference
TryGetValue Method (_AEAttributeSetDictionary)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEAttributeSetDictionary Interface : TryGetValue Method
Syntax
'Declaration
 
Function TryGetValue( _
   ByVal key As Integer, _
   ByRef value As Object _
) As Boolean
'Usage
 
Dim instance As _AEAttributeSetDictionary
Dim key As Integer
Dim value As Object
Dim value As Boolean
 
value = instance.TryGetValue(key, value)
bool TryGetValue( 
   int key,
   out object value
)
bool TryGetValue( 
   int key,
   [Out] Object^ value
) 

Parameters

key
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