Share via


Stages.TimeAvg Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to