QuickOPC User's Guide and Reference
ApplicationIdDictionary Property (AbstractEasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientApplication Class : ApplicationIdDictionary Property
A dictionary containing the application ID for each GDS endpoint the application is registered with, as known to the application.
Syntax
'Declaration
 
Public ReadOnly Property ApplicationIdDictionary As IReadOnlyDictionary(Of UAEndpointDescriptor,UANodeId)
'Usage
 
Dim instance As AbstractEasyUAClientApplication
Dim value As IReadOnlyDictionary(Of UAEndpointDescriptor,UANodeId)
 
value = instance.ApplicationIdDictionary
public IReadOnlyDictionary<UAEndpointDescriptor,UANodeId> ApplicationIdDictionary {get;}
Requirements

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

See Also