'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> ReadOnly Property OwnStore As IPkiStore
'Usage
Dim instance As IPkiCommunicationStoreGroup Dim value As IPkiStore value = instance.OwnStore
[JetBrains.Annotations.CanBeNull()] IPkiStore OwnStore {get;}
[JetBrains.Annotations.CanBeNull()] property IPkiStore^ OwnStore { IPkiStore^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).