MobileForms Toolkit Documentation

PhoneBookEntry.Index Property

An index which defines the position in the phone book storage.

public int Index {get; set;}

Remarks

This value is valid for all objects created during the phone book enumeration. It is ignored when the PhoneBookEntry object is being stored into phone book

Example

void StoreToPhoneBook( PhoneBook pb, int index, PhoneBookEntry entry ) { pb[index] = entry; // entry.Index is ignored in this case and may contain any value }

See Also

PhoneBookEntry Class | Resco.Phone.SIM Namespace