Compartir a través de


AlertRulePatchObject.Enabled Propiedad

Definición

Obtiene o establece indica si esta regla de alerta del registro de actividad está habilitada. Si una regla de alerta del registro de actividad no está habilitada, no se activará ninguna de sus acciones.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a