共用方式為


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

適用於