Share via


EventsBrowserTimingInfo.NetworkDuration Property

Definition

Gets or sets the network duration of the load

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to