RecurrencePattern.WeekDays Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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