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



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

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

IEasyUAClientApplication Interface
IEasyUAClientApplication Members