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