共用方式為


EventsBrowserTimingInfo.TotalDuration Property

Definition

Gets or sets the total duration of the load

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to