次の方法で共有


RuleEmailAction.CustomEmails プロパティ

Optional. The email address of an adminstrative user.

名前空間: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
アセンブリ: Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll)

使用方法

'使用
Dim instance As RuleEmailAction
Dim value As IList(Of String)

value = instance.CustomEmails

instance.CustomEmails = value

構文

'宣言
Public Property CustomEmails As IList(Of String)
public IList<string> CustomEmails { get; set; }
public:
property IList<String^>^ CustomEmails {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_CustomEmails ()

/** @property */
public void set_CustomEmails (IList<String> value)
public function get CustomEmails () : IList<String>

public function set CustomEmails (value : IList<String>)

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

RuleEmailAction クラス
RuleEmailAction のメンバー
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 名前空間