NotificationSubscription.CcRecipients Property

Definition

The Cc: recipients for this notification.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^> ^ CcRecipients { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipient> CcRecipients { get; }
member this.CcRecipients : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipient>
Public ReadOnly Property CcRecipients As IList(Of NotificationRecipient)

Property Value

IList<NotificationRecipient>

Returns a IList<T> of NotificationRecipient objects..

Applies to