NotificationRecipient(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.