Share via


AdvancedScheduleMonthlyOccurrence.Occurrence Property

Definition

Gets or sets occurrence of the week within the month. Must be between 1 and 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to