Udostępnij za pośrednictwem


ActionGroupResource.Enabled Property

Definition

Gets or sets indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to