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