NotificationRecipient Constructor (String)

Updated: April 16, 2012

Initializes the class NotificationRecipient with the name of the recipient. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim name As String Dim instance As New NotificationRecipient(name)Public Sub New ( _ name As String _ )public NotificationRecipient ( string name )public: NotificationRecipient ( String^ name )public NotificationRecipient ( String name )public function NotificationRecipient ( name : String )ParametersnameA unique, user-defined name for the recipient.

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


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms