[]
Gets or sets the C1JumpTask at the specified position in the collection.
public C1JumpTask this[int index] { get; set; }
Public Default Property Item(index As Integer) As C1JumpTask
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first C1JumpTask with the specified title in the collection.
public C1JumpTask this[string title] { get; }
Public ReadOnly Default Property Item(title As String) As C1JumpTask
| Type | Name | Description |
|---|---|---|
| string | title |