Share via


NotificationRecipient.Devices Property

Definition

The devices for this recipient.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipientDevice ^> ^ Devices { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipientDevice ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipientDevice> Devices { get; }
member this.Devices : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipientDevice>
Public ReadOnly Property Devices As IList(Of NotificationRecipientDevice)

Property Value

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.

Applies to

See also