'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property RevokedCertificates As PkiCrlEntryCollection
'Usage
Dim instance As IPkiCrl Dim value As PkiCrlEntryCollection value = instance.RevokedCertificates
[ElementsNotNull()] [NotNull()] PkiCrlEntryCollection RevokedCertificates {get;}
[ElementsNotNull()] [NotNull()] property PkiCrlEntryCollection^ RevokedCertificates { PkiCrlEntryCollection^ get(); }