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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes Namespace > _EasyUASubscribeDataSetArgumentsDictionary Interface : TryGetValue Method
Syntax
'Declaration
 
Function TryGetValue( _
   ByVal key As Integer, _
   ByRef value As Object _
) As Boolean
'Usage
 
Dim instance As _EasyUASubscribeDataSetArgumentsDictionary
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