[This is preliminary documentation and is subject to change.]

Indexer to return the contacts using the index in the collection.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

Parameters

index
Type: System..::.Int32

See Also