次の方法で共有


ConnectionMonitor.AutoStart プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象