Gets the specified Task.
            
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
 Syntax
Syntax
| C# | 
|---|
| public Task this[ int index ] { get; set; } | 
| Visual Basic | 
|---|
| Public Default Property Item ( _ index As Integer _ ) As Task Get Set | 
| Visual C++ | 
|---|
| public: property Task^ default[int index] { Task^ get (int index); void set (int index, Task^ value); } | 
Parameters
- index
- Type: System..::..Int32
 Item index






