Gets the notification recipients on the Bcc line of the notification. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As NotificationSubscription
Dim value As IList(Of NotificationRecipient)

value = instance.BccRecipients

Syntax

Visual Basic
Public ReadOnly Property BccRecipients As IList(Of NotificationRecipient)
C#
public IList<NotificationRecipient> BccRecipients { get; }
C++
public:
property IList<NotificationRecipient^>^ BccRecipients {
		IList<NotificationRecipient^>^ get ();
}
J#
/** @property */
public IList<NotificationRecipient> get_BccRecipients ()
JScript
public function get BccRecipients () : IList<NotificationRecipient>

Property Value

A list of NotificationRecipient objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also