'Declaration
<NotNullAttribute()> ReadOnly Property Crls As PkiCrlCollection
'Usage
Dim instance As IPkiStore Dim value As PkiCrlCollection value = instance.Crls
[NotNull()] PkiCrlCollection Crls {get;}
[NotNull()] property PkiCrlCollection^ Crls { PkiCrlCollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).