Click or drag to resize
SchedulerWebServiceSettingsUpdateAppointmentMethod Property
Gets or sets the method name to be called to update appointments.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string UpdateAppointmentMethod { get; set; }

Property Value

Type: String
Remarks
The method must be part of the web service specified through the Path property.
See Also