Share via


Notification.ContactEmails Property

Definition

Gets or sets email addresses to send the budget notification to when the threshold is exceeded.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to