Gets or sets the C1Appointment with the specified id.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
function get_item(id);
function set_item(value);

Parameters

id
Type: System..::..String

Field Value

The C1Appointment object.

See Also