Share via


NotificationSubscription.CcRecipients Property

 

Applies To: Operations Manager for System Center 2012

Gets the notification recipients on the Cc line of the notification.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public IList<NotificationRecipient> CcRecipients { get; }
public:
property IList<NotificationRecipient^>^ CcRecipients {
    IList<NotificationRecipient^>^ get();
}
member CcRecipients : IList<NotificationRecipient> with get
Public ReadOnly Property CcRecipients 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