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