'Declaration
<NotNullAttribute()> ReadOnly Property ApplicationIdDictionary As IReadOnlyDictionary(Of String,UANodeId)
'Usage
Dim instance As IEasyUAClientServerApplication Dim value As IReadOnlyDictionary(Of String,UANodeId) value = instance.ApplicationIdDictionary
[NotNull()] IReadOnlyDictionary<string,UANodeId> ApplicationIdDictionary {get;}
[NotNull()] property IReadOnlyDictionary<String^,UANodeId^>^ ApplicationIdDictionary { IReadOnlyDictionary<String^,UANodeId^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).