次の方法で共有


TimeInWeek.HourSlots プロパティ

定義

1 日の時間スロットを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="hourSlots")]
public System.Collections.Generic.IList<int?> HourSlots { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hourSlots")>]
member this.HourSlots : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property HourSlots As IList(Of Nullable(Of Integer))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象