Compartir a través de


WeeklySchedule.ScheduleRunTimes Propiedad

Definición

Obtiene o establece la lista de horas del día que debe ejecutarse esta programación.

[Newtonsoft.Json.JsonProperty(PropertyName="scheduleRunTimes")]
public System.Collections.Generic.IList<DateTime?> ScheduleRunTimes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scheduleRunTimes")>]
member this.ScheduleRunTimes : System.Collections.Generic.IList<Nullable<DateTime>> with get, set
Public Property ScheduleRunTimes As IList(Of Nullable(Of DateTime))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a