NotificationRecipient.Devices Property

 

Applies To: Operations Manager for System Center 2012

Gets the devices to which notifications can be sent for this recipient.

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

Syntax

public IList<NotificationRecipientDevice> Devices { get; }
public:
property IList<NotificationRecipientDevice^>^ Devices {
    IList<NotificationRecipientDevice^>^ get();
}
member Devices : IList<NotificationRecipientDevice> with get
Public ReadOnly Property Devices As IList(Of NotificationRecipientDevice)

Property Value

Type: System.Collections.Generic.IList<NotificationRecipientDevice>

Returns a IList<T> of type NotificationRecipientDevice that contains the devices to which notifications can be sent for this recipient.

Remarks

Devices provide different methods for contacting a recipient. For example, a recipient's devices might include a pager, mobile phone, or email address.

To add entries to the device list, use the Add method inherited from the IList interface.

See Also

Update
NotificationRecipient Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top