RecurrencePattern.WeekDays Property

Definition

Gets or sets the week days the schedule runs. Used for when the Frequency is set to Weekly.

[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))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to