AdvancedScheduleMonthlyOccurrence.Occurrence プロパティ

定義

月内の週の発生を取得または設定します。 1 ~ 5 の間である必要があります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象