ResourcesPopulatingEventArgsSchedulerInfo Property |
Gets or sets the
ISchedulerInfo object
that will be passed to the web service.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ISchedulerInfo SchedulerInfo { get; set; }
Public Property SchedulerInfo As ISchedulerInfo
Get
Set
public:
property ISchedulerInfo^ SchedulerInfo {
ISchedulerInfo^ get ();
void set (ISchedulerInfo^ value);
}
member SchedulerInfo : ISchedulerInfo with 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