Share via


SUCScheduleProperties.Interval Property

Definition

Gets or sets the interval of the schedule.

[Newtonsoft.Json.JsonProperty(PropertyName="interval")]
public long? Interval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="interval")>]
member this.Interval : Nullable<int64> with get, set
Public Property Interval As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to