Share via


RuleEmailAction.SendToServiceOwners Property

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

Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Usage

'Usage
Dim instance As RuleEmailAction
Dim value As Boolean

value = instance.SendToServiceOwners

instance.SendToServiceOwners = value

Syntax

'Declaration
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)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RuleEmailAction Class
RuleEmailAction Members
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace