NotificationRecipient.Devices Property

Updated: April 16, 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)Dim instance As NotificationRecipient Dim value As IList(Of NotificationRecipientDevice) value = instance.Devices Public ReadOnly Property Devices As IList(Of NotificationRecipientDevice)public IList<NotificationRecipientDevice> Devices { get; }public: property IList<NotificationRecipientDevice^>^ Devices { IList<NotificationRecipientDevice^>^ get (); }/** @property */ public IList<NotificationRecipientDevice> get_Devices () public function get Devices () : IList<NotificationRecipientDevice> Property ValueReturns a IList of type NotificationRecipientDevice that contains the devices to which notifications can be sent for this recipient.

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.


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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms