ScheduleDataNextRunTime Property

Gets the next run time.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[DataMemberAttribute(Name = "nextRunTime", EmitDefaultValue = false)]
public Nullable<DateTime> NextRunTime { get; set; }

Property Value

Type: NullableDateTime
The next run time.
See Also