Gets the Contact record at the given index

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CContact this[
	int i
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	i As Integer _
) As CContact
Visual C++
public:
property CContact^ default[int i] {
	CContact^ get (int i);
}

Parameters

i
Type: System..::.Int32

See Also