Gets or sets a value indicating whether this appointment is private.

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

Syntax

JavaScript
function get_isPrivate();
function set_isPrivate(value);

Field Value

true if this appointment is private; otherwise, false.

See Also