ServerSecurityAlertPolicy.EmailAddresses Property

Definition

Gets or sets specifies an array of e-mail addresses to which the alert is sent.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.emailAddresses")]
public System.Collections.Generic.IList<string> EmailAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.emailAddresses")>]
member this.EmailAddresses : System.Collections.Generic.IList<string> with get, set
Public Property EmailAddresses As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to