NotificationRecipientDevice Class

 

Applies To: Operations Manager for System Center 2012

Represents a device (such as email, a pager, or a mobile phone) to which notifications can be sent.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.NotificationRecipientDevice

Syntax

[SerializableAttribute]
public class NotificationRecipientDevice
[SerializableAttribute]
public ref class NotificationRecipientDevice 
[<SerializableAttribute>]
type NotificationRecipientDevice = class end
<SerializableAttribute>
Public Class NotificationRecipientDevice

Constructors

Name Description
System_CAPS_pubmethod NotificationRecipientDevice(String, String)

Initializes the NotificationRecipientDevice class with the name of the protocol used to send notifications to this device, and the address of the device.

Properties

Name Description
System_CAPS_pubproperty Address

Gets or sets the address to which notifications are sent for this device.

System_CAPS_pubproperty Name

Gets or sets the user-defined name for this device.

System_CAPS_pubproperty Protocol

Gets or sets the name of the protocol used to send notifications to this device.

System_CAPS_pubproperty ScheduleEntries

Gets a schedule that determines when the device is available to receive notifications.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.

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.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top