'Declaration
<NotNullAttribute()> ReadOnly Default Property Item( _ ByVal key As Object _ ) As UACertificateTypeElement
'Usage
Dim instance As _UACertificateTypeElementCollection Dim key As Object Dim value As UACertificateTypeElement value = instance.Item(key)
[NotNull()] UACertificateTypeElement this[ object key ]; {get;}
[NotNull()] property UACertificateTypeElement^ default [Object^] { UACertificateTypeElement^ get(Object^ key); }
Parameters
- key
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).