共用方式為


WorkflowTriggerRecurrence.Frequency Property

Definition

Gets or sets the frequency. Possible values include: 'NotSpecified', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to