Share via


NotificationRecipient Class

Definition

A notification recipient

public ref class NotificationRecipient : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBaseWithId
[System.Serializable]
public class NotificationRecipient : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
type NotificationRecipient = class
    inherit CreatableMonitoringBaseWithId
Public Class NotificationRecipient
Inherits CreatableMonitoringBaseWithId
Inheritance
NotificationRecipient
Attributes

Remarks

After creating a NotificationRecipient, you can insert it into the operational database using the InsertNotificationRecipient method.

Note

If you change the property values for a NotificationRecipient, you can update the operational database by calling the Update method.

Constructors

NotificationRecipient(String)

Creates a new NotificationRecipient.

Properties

Devices

The devices for this recipient.

ManagementGroup

The ManagementGroup the object was instantiated in.

Name

The name of the recipient.

ScheduleEntries

The schedule entries that apply to this recipient.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Update()

Updates the notification recipient.

Applies to

See also