'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property ApplicationIdDictionary As IReadOnlyDictionary(Of UAEndpointDescriptor,UANodeId)
'Usage
Dim instance As IEasyUAApplication Dim value As IReadOnlyDictionary(Of UAEndpointDescriptor,UANodeId) value = instance.ApplicationIdDictionary
[ElementsNotNull()] [NotNull()] IReadOnlyDictionary<UAEndpointDescriptor,UANodeId> ApplicationIdDictionary {get;}
[ElementsNotNull()] [NotNull()] property IReadOnlyDictionary<UAEndpointDescriptor^,UANodeId^>^ ApplicationIdDictionary { IReadOnlyDictionary<UAEndpointDescriptor^,UANodeId^>^ get(); }