NotificationSubscription.CcRecipients Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the notification recipients on the Cc line of the notification.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As NotificationSubscription
Dim value As IList(Of NotificationRecipient)
value = instance.CcRecipients
Syntax
'Declaration
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 Value
Returns a IList of NotificationRecipient objects..
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
NotificationSubscription Class
NotificationSubscription Members
Microsoft.EnterpriseManagement.Administration Namespace