次の方法で共有


RuleEmailAction.SendToServiceOwners プロパティ

Optional. This indicates if email is sent to sevice adminstrator and co-administrators.

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

使用方法

'使用
Dim instance As RuleEmailAction
Dim value As Boolean

value = instance.SendToServiceOwners

instance.SendToServiceOwners = value

構文

'宣言
Public Property SendToServiceOwners As Boolean
public bool SendToServiceOwners { get; set; }
public:
property bool SendToServiceOwners {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_SendToServiceOwners ()

/** @property */
public void set_SendToServiceOwners (boolean value)
public function get SendToServiceOwners () : boolean

public function set SendToServiceOwners (value : boolean)

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

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

関連項目

リファレンス

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