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)

Syntax

public bool SendToServiceOwners { get; set; }
public:
property bool SendToServiceOwners {
    bool get();
    void set(bool value);
}
member SendToServiceOwners : bool with get, set
Public Property SendToServiceOwners As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top