Share via


RefreshSchedule.Times Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="times")]
public System.Collections.Generic.IList<string> Times { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="times")>]
member this.Times : System.Collections.Generic.IList<string> with get, set
Public Property Times As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to