RecurrenceSchedule.WeekDays Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to