Click or drag to resize
AppointmentCollectionFindByID Method
Searches for an Appointment with the specified ID and returns a reference to it.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Appointment FindByID(
	Object id
)

Parameters

id
Type: SystemObject
The AppointmentID to search for.

Return Value

Type: Appointment
The Appointment with the specified ID, if found; otherwise, null.
Remarks
This method determines equality by calling Object.Equals.
See Also