次の方法で共有


RuleEmailAction.CustomEmails プロパティ

定義

アラートのアクティブ化を通知する管理者のカスタム 電子メール アドレスの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象