EventsDependencyInfo.Duration Property

Definition

Gets or sets the duration of the dependency

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to