Udostępnij za pośrednictwem


NotificationRecipient Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes the class NotificationRecipient with the name of the recipient.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim name As String

Dim instance As New NotificationRecipient(name)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public NotificationRecipient (
    string name
)
public:
NotificationRecipient (
    String^ name
)
public NotificationRecipient (
    String name
)
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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipient Class
NotificationRecipient Members
Microsoft.EnterpriseManagement.Administration Namespace