RuleEmailAction.SendToServiceOwners Property

Definition

Gets or sets whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to