'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public ReadOnly Property Store As IPkiStore
'Usage
Dim instance As PkiStoreInfo Dim value As IPkiStore value = instance.Store
[Browsable(false)] [NotNull()] public: property IPkiStore^ Store { IPkiStore^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).