NotificationSubscriptionRecipient Constructor (NotificationSubscriptionRecipient)
Initializes a new NotificationSubscriptionRecipient object.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim copy As NotificationSubscriptionRecipient
Dim instance As New NotificationSubscriptionRecipient(copy)
Syntax
'Declaration
Public Sub New ( _
copy As NotificationSubscriptionRecipient _
)
public NotificationSubscriptionRecipient (
NotificationSubscriptionRecipient copy
)
public:
NotificationSubscriptionRecipient (
NotificationSubscriptionRecipient^ copy
)
public NotificationSubscriptionRecipient (
NotificationSubscriptionRecipient copy
)
public function NotificationSubscriptionRecipient (
copy : NotificationSubscriptionRecipient
)
Parameters
- copy
The notification subscription recipient to copy.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
NotificationSubscriptionRecipient Class
NotificationSubscriptionRecipient Members
Microsoft.EnterpriseManagement.Subscriptions Namespace