次の方法で共有


ConnectionMonitorTestGroup.Disable プロパティ

定義

テスト グループが無効かどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象