次の方法で共有


ApplicationGroup.IsEnabled プロパティ

定義

アプリケーション グループで名前空間との接続を作成できるかどうかを示す値を取得または設定します。 isEnabled が false に設定されると、アプリケーション グループのすべての既存の接続が削除され、新しい接続は許可されません

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象