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