NotificationRecipientDevice Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::NotificationRecipientDevice

[SerializableAttribute]
public ref class NotificationRecipientDevice 

NameDescription
System_CAPS_pubmethodNotificationRecipientDevice(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.

NameDescription
System_CAPS_pubpropertyAddress

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

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyProtocol

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

System_CAPS_pubpropertyScheduleEntries

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

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

Return to top
Show: