Share via


NotificationRecipientDevice Constructor (String, String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim protocol As String
Dim address As String

Dim instance As New NotificationRecipientDevice(protocol, address)

Syntax

'Declaration
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
)

Parameters

  • protocol
    The name of the protocol used to send notifications to this device. For example, smtp, sip, or sms.
  • address
    The address to which notifications are sent for this device. For example, user@mycompany.com.

Remarks

After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipientDevice Class
NotificationRecipientDevice Members
Microsoft.EnterpriseManagement.Administration Namespace