Share via


EventsRequestInfo.Duration Property

Definition

Gets or sets the duration of the request

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to