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