'Declaration
Public Shadows Default Property Item( _ ByVal index As Integer _ ) As MimerBatchCommand
public new MimerBatchCommand this[ int index ]; {get; set;}
public this: : MimerBatchCommand;[ index: Integer ]; read-write
public hide this[ index : int ] get,set : MimerBatchCommand
public: __property new MimerBatchCommand* get_Item int index ; public: __property new void set_Item int index, MimerBatchCommand* value ;
Parameters
- index
- The index of the specified MimerBatchCommand object.