ApplicationGroup.IsEnabled Property

Definition

Gets or sets determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to