Gets the Appointment item with the specified index, from the Appointment collection.
| C# | Visual Basic |
public Appointment this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Appointment Get
- index (Int32)