NotificationSubscription.BccRecipients Property

Updated: April 16, 2012

Gets the notification recipients on the Bcc line of the notification. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationSubscription Dim value As IList(Of NotificationRecipient) value = instance.BccRecipients Public ReadOnly Property BccRecipients As IList(Of NotificationRecipient)public IList<NotificationRecipient> BccRecipients { get; }public: property IList<NotificationRecipient^>^ BccRecipients { IList<NotificationRecipient^>^ get (); }/** @property */ public IList<NotificationRecipient> get_BccRecipients () public function get BccRecipients () : IList<NotificationRecipient> Property ValueReturns a IList of NotificationRecipient objects..
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms