次の方法で共有


PacketCaptureParameters.TimeLimitInSeconds プロパティ

定義

キャプチャ セッションの最大期間を秒単位で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象