| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiAppointmentItem | |
| C# | |
|---|---|
public dbiAppointmentItem this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- The index of the item to get or set in the collection.
| dbicCalendar | Send comments on this topic. |
| Item Property | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > AlarmItemCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiAppointmentItem | |
| C# | |
|---|---|
public dbiAppointmentItem this[ int nIndex ]; {get; set;} | |