NotificationSubscriptionRecipientList Constructor (INotificationSubscriptionRecipientList)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new NotificationSubscriptionRecipientList object.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim copy As INotificationSubscriptionRecipientList
Dim instance As New NotificationSubscriptionRecipientList(copy)
Syntax
'Declaration
Public Sub New ( _
copy As INotificationSubscriptionRecipientList _
)
public NotificationSubscriptionRecipientList (
INotificationSubscriptionRecipientList copy
)
public:
NotificationSubscriptionRecipientList (
INotificationSubscriptionRecipientList^ copy
)
public NotificationSubscriptionRecipientList (
INotificationSubscriptionRecipientList copy
)
public function NotificationSubscriptionRecipientList (
copy : INotificationSubscriptionRecipientList
)
Parameters
- copy
The notification subscription recipient list to copy.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
NotificationSubscriptionRecipientList Class
NotificationSubscriptionRecipientList Members
Microsoft.EnterpriseManagement.Subscriptions Namespace