'Declaration<JetBrains.Annotations.NotNullAttribute()> ReadOnly Property Store As IPkiStore
'UsageDim instance As IPkiStoreInfo Dim value As IPkiStore value = instance.Store
[JetBrains.Annotations.NotNull()] IPkiStore Store {get;}
[JetBrains.Annotations.NotNull()] property IPkiStore^ Store { IPkiStore^ get(); }
Property Value
The value of this property cannot be null (Nothing in Visual Basic).