'Declaration
<BrowsableAttribute(False)> Public ReadOnly Property ApplicationIdDictionary As IReadOnlyDictionary(Of String,UANodeId)
'Usage
Dim instance As EasyUAApplicationCore Dim value As IReadOnlyDictionary(Of String,UANodeId) value = instance.ApplicationIdDictionary
[Browsable(false)] public IReadOnlyDictionary<string,UANodeId> ApplicationIdDictionary {get;}
[Browsable(false)] public: 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).