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