AppointmentCollectionIndexOf Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int IndexOf(
Appointment appointment
)
Public Function IndexOf (
appointment As Appointment
) As Integer
public:
int IndexOf(
Appointment^ appointment
)
member IndexOf :
appointment : Appointment -> int
Parameters
- appointment
- Type: Kettic.AspNet.ControlsAppointment
The Appointment to locate in the AppointmentCollection.
Return Value
Type:
Int32
The zero-based index of the first occurrence of value within the entire
AppointmentCollection, if found; otherwise, -1.
See Also