'Declaration
<NotNullAttribute()> ReadOnly Default Property Item( _ ByVal key As String _ ) As AEConditionElement
'Usage
Dim instance As _AEConditionElementCollection Dim key As String Dim value As AEConditionElement value = instance.Item(key)
[NotNull()] AEConditionElement this[ string key ]; {get;}
[NotNull()] property AEConditionElement^ default [String^] { AEConditionElement^ get(String^ key); }
Parameters
- key