| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiContactItem | |
| C# | |
|---|---|
public dbiContactItem this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- Integer
| dbicDayView | Send comments on this topic. |
| Item Property | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > dbiContactCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiContactItem | |
| C# | |
|---|---|
public dbiContactItem this[ int nIndex ]; {get; set;} | |