[]
Gets a SchedulerGroupItem object at the specified index.
public SchedulerGroupItem this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As SchedulerGroupItem
| Type | Name | Description |
|---|---|---|
| int | index |
Gets a SchedulerGroupItem object with the specified owner.
public SchedulerGroupItem this[object owner] { get; }
Public ReadOnly Default Property Item(owner As Object) As SchedulerGroupItem
| Type | Name | Description |
|---|---|---|
| object | owner |