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