NotificationSubscription.CcRecipients Property

Updated: April 16, 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)Dim instance As NotificationSubscription Dim value As IList(Of NotificationRecipient) value = instance.CcRecipients Public ReadOnly Property CcRecipients As IList(Of NotificationRecipient)public IList<NotificationRecipient> CcRecipients { get; }public: property IList<NotificationRecipient^>^ CcRecipients { IList<NotificationRecipient^>^ get (); }/** @property */ public IList<NotificationRecipient> get_CcRecipients () public function get CcRecipients () : IList<NotificationRecipient> Property ValueReturns a IList of NotificationRecipient objects..
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms