'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property StoreDictionary As IReadOnlyDictionary(Of String,IPkiStore)
'Usage
Dim instance As IPkiStoreGroup Dim value As IReadOnlyDictionary(Of String,IPkiStore) value = instance.StoreDictionary
[ElementsNotNull()] [NotNull()] IReadOnlyDictionary<string,IPkiStore> StoreDictionary {get;}
[ElementsNotNull()] [NotNull()] property IReadOnlyDictionary<String^,IPkiStore^>^ StoreDictionary { IReadOnlyDictionary<String^,IPkiStore^>^ get(); }