NotificationRecipient Constructor (String)
Applies To: Operations Manager for System Center 2012
Initializes the class NotificationRecipient with the name of the recipient.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public NotificationRecipient(
string name
)
public:
NotificationRecipient(
String^ name
)
new :
name:string -> NotificationRecipient
Public Sub New (
name As String
)
Parameters
name
Type: System.StringA 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.
See Also
NotificationRecipient Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top