Click or drag to resize
ResourcesPopulatingEventArgsSchedulerInfo Property
Gets or sets the ISchedulerInfo object that will be passed to the web service.

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

Property Value

Type: ISchedulerInfo
The ISchedulerInfo object that will be passed to the web service.
Remarks
You can replace this object with your own implementation of ISchedulerInfo in order to pass additional information to the Web Service.
See Also