NotificationSubscription.CcRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a IList<T> of NotificationRecipient objects..