Share via


ConnectionMonitorSuccessThreshold.RoundTripTimeMs Property

Definition

Gets or sets the maximum round-trip time in milliseconds permitted for a test to evaluate as successful.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to