Share via


NotificationRecipient.Devices Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As NotificationRecipient
Dim value As IList(Of NotificationRecipientDevice)

value = instance.Devices

Syntax

'Declaration
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 Value

Returns a IList 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.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipient Class
NotificationRecipient Members
Microsoft.EnterpriseManagement.Administration Namespace
NotificationRecipient.Update Method