Initializes the NotificationRecipient class with the name of the recipient. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim name As String

Dim instance As New NotificationRecipient(name)

Syntax

Visual Basic
Public Sub New ( _
		name As String _
)
C#
public NotificationRecipient (
		string name
)
C++
public:
NotificationRecipient (
		String^ name
)
J#
public NotificationRecipient (
		String name
)
JScript
public function NotificationRecipient (
		name : String
)

Parameters

name

A unique, user-defined name for the recipient.

Remarks

After creating a notification recipient, you must insert it into the operational database for use in the Management Group by using the InsertNotificationRecipient method.


Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also