次の方法で共有


ConnectionMonitorParameters.AutoStart プロパティ

定義

接続モニターが作成後に自動的に開始されるかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象