'Declaration
<NotNullAttribute()> Default Property Item( _ ByVal key As Integer _ ) As EasyUAMonitoredItemArguments
'Usage
Dim instance As _EasyUAMonitoredItemArgumentsDictionary Dim key As Integer Dim value As EasyUAMonitoredItemArguments instance.Item(key) = value value = instance.Item(key)
[NotNull()] EasyUAMonitoredItemArguments this[ int key ]; {get; set;}
[NotNull()] property EasyUAMonitoredItemArguments^ default [int] { EasyUAMonitoredItemArguments^ get(int key); void set (int key, EasyUAMonitoredItemArguments^ value); }
Parameters
- key
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).