共用方式為


Schedule.Frequency 屬性

定義

取得或設定排程的頻率。 可能的值包括:'OneTime'、'Day'、'Hour'、'Week'、'Month'、'Minute'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於