다음을 통해 공유


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

적용 대상