Share via


EventsBrowserTimingInfo.ReceiveDuration Property

Definition

Gets or sets the receive duration of the load

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to