Share via


PeriodicTimerSourceInfo.Schedule Property

Definition

Gets or sets periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.

[Newtonsoft.Json.JsonProperty(PropertyName="schedule")]
public string Schedule { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schedule")>]
member this.Schedule : string with get, set
Public Property Schedule As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to