次の方法で共有


ConnectionMonitorIcmpConfiguration.DisableTraceRoute プロパティ

定義

トレース ルートを使用したパス評価を無効にするかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="disableTraceRoute")]
public bool? DisableTraceRoute { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableTraceRoute")>]
member this.DisableTraceRoute : Nullable<bool> with get, set
Public Property DisableTraceRoute As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象