ConnectionMonitorTestConfiguration.TestFrequencySec Property

Definition

Gets or sets the frequency of test evaluation, in seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to