public Appointment this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As Appointment
Get
Set| ArgumentOutOfRangeException | This exception is thrown if the provided index does not fall within the range of valid values. |