Gets the Contact record at the given index
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CContact this[ int i ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ i As Integer _ ) As CContact Get |
| Visual C++ |
|---|
public: property CContact^ default[int i] { CContact^ get (int i); } |
Parameters
- i
- Type: System..::..Int32