NotificationSubscription.BccRecipients Property
Applies To: Operations Manager for System Center 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)
Syntax
public IList<NotificationRecipient> BccRecipients { get; }
public:
property IList<NotificationRecipient^>^ BccRecipients {
IList<NotificationRecipient^>^ get();
}
member BccRecipients : IList<NotificationRecipient> with get
Public ReadOnly Property BccRecipients As IList(Of NotificationRecipient)
Property Value
Type: System.Collections.Generic.IList<NotificationRecipient>
Returns a IList<T> of NotificationRecipient objects..
See Also
NotificationSubscription Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top