suite4.net.FormDatabase Documentation

ITaskCollection.Item Property

Gets the ITask element at the specified index.

[Visual Basic]
Property Item( _
   ByVal index As Integer _
) As ITask
[C#]
ITask this[
   int index
] {get;}

Parameters

index
The index value of the ITask to get.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException No element exists at the specified index position in the ITaskCollection.

See Also

ITaskCollection Interface | suite4.net.FormDatabase Namespace