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