ConnectionMonitorIcmpConfiguration.DisableTraceRoute Property

Definition

Gets or sets value indicating whether path evaluation with trace route should be disabled.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to