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