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