Initializes the NotificationRecipientDevice class with the name
of the protocol used to send notifications to this device, and the
address of the device. Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim protocol As String Dim address As String Dim instance As New NotificationRecipientDevice(protocol, address)Public Sub New ( _ protocol As String, _ address As String _ )public NotificationRecipientDevice ( string protocol, string address )public: NotificationRecipientDevice ( String^ protocol, String^ address )public NotificationRecipientDevice ( String protocol, String address )public function NotificationRecipientDevice ( protocol : String, address : String )ParametersprotocolThe name of the protocol used to send notifications to this device. For example, smtp, sip, or sms.addressThe address to which notifications are sent for this device. For example, user@mycompany.com.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim protocol As String Dim address As String Dim instance As New NotificationRecipientDevice(protocol, address)Public Sub New ( _ protocol As String, _ address As String _ )public NotificationRecipientDevice ( string protocol, string address )public: NotificationRecipientDevice ( String^ protocol, String^ address )public NotificationRecipientDevice ( String protocol, String address )public function NotificationRecipientDevice ( protocol : String, address : String )ParametersprotocolThe name of the protocol used to send notifications to this device. For example, smtp, sip, or sms.addressThe address to which notifications are sent for this device. For example, user@mycompany.com.
After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.