NotificationSubscription.ToRecipients Property

Definition

The To: recipients for this notification.

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

Property Value

IList<NotificationRecipient>

Returns a IList<T> of NotificationRecipient objects.

Applies to