Jobs.Time Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="time")]
public int? Time { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="time")>]
member this.Time : Nullable<int> with get, set
Public Property Time As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to