Compartilhar via


RecurrencePattern.WeekDays Propriedade

Definição

Obtém ou define os dias da semana em que o agendamento é executado. Usado para quando a Frequência é definida como Semanal.

[Newtonsoft.Json.JsonProperty(PropertyName="weekDays")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.WeekDay?> WeekDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weekDays")>]
member this.WeekDays : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.LabServices.Models.WeekDay>> with get, set
Public Property WeekDays As IList(Of Nullable(Of WeekDay))

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a