次の方法で共有


Notification.ContactEmails プロパティ

定義

しきい値を超えたときに予算通知を送信する電子メール アドレスを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象