NotificationSubscription.BccRecipients Property

Definition

The Bcc: recipients for this notification.

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

Property Value

IList<NotificationRecipient>

Returns a IList<T> of NotificationRecipient objects..

Applies to