ScheduleQueryField Enumeration

Properties that can be used to query for schedules.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ScheduleQueryField
Members
  Member nameValueDescription
None0No schedule query field specified.
Id1The Id property.
ModifiedTime2The ModifiedTime property.
NextRunTime3The NextRunTime property.
Status4The Status property.
See Also