次の方法で共有


SendTestAlertEmailRequest.EmailList プロパティ

定義

テスト アラート電子メールを送信する電子メール ID の一覧を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象