'Declaration
<NotNullAttribute()> Default Property Item( _ ByVal index As Integer _ ) As IPkiCertificate
'Usage
Dim instance As _PkiCertificateCollection Dim index As Integer Dim value As IPkiCertificate instance.Item(index) = value value = instance.Item(index)
[NotNull()] IPkiCertificate this[ int index ]; {get; set;}
[NotNull()] property IPkiCertificate^ default [int] { IPkiCertificate^ get(int index); void set (int index, IPkiCertificate^ value); }
Parameters
- index
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).