'Declaration
<NotNullAttribute()> Public ReadOnly Property StoreType As Type
'Usage
Dim instance As PkiStoreInfo Dim value As Type value = instance.StoreType
[NotNull()] public Type StoreType {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).