Share via


PacketCaptureResultInner.TimeLimitInSeconds Property

Definition

Gets or sets maximum duration of the capture session in seconds.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.timeLimitInSeconds")]
public int? TimeLimitInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.timeLimitInSeconds")>]
member this.TimeLimitInSeconds : Nullable<int> with get, set
Public Property TimeLimitInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to