Share via


NotificationRecipient(String) Constructor

Definition

Creates a new NotificationRecipient.

public:
 NotificationRecipient(System::String ^ name);
public NotificationRecipient (string name);
new Microsoft.EnterpriseManagement.Administration.NotificationRecipient : string -> Microsoft.EnterpriseManagement.Administration.NotificationRecipient
Public Sub New (name As String)

Parameters

name
String

The name of 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.

Applies to