NotificationSubscription.BccRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a IList<T> of NotificationRecipient objects..