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