SchedulerWebServiceSettingsGetAppointmentsMethod Property |
Gets or sets the method name to be called to populate the appointments.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GetAppointmentsMethod { get; set; }
Public Property GetAppointmentsMethod As String
Get
Set
public:
property String^ GetAppointmentsMethod {
String^ get ();
void set (String^ value);
}
member GetAppointmentsMethod : string with get, set
Property Value
Type:
String
Remarks
The method must be part of the web service specified through the
Path property.
See Also