次の方法で共有


ScheduleRecurrence.WeeklyDaysList プロパティ

定義

週の日の一覧を取得または設定します。 定期的な種類 '毎週' のスケジュールにのみ適用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象