NotificationRecipientDevice(String, 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 device for a recipient.
public:
NotificationRecipientDevice(System::String ^ protocol, System::String ^ address);
public NotificationRecipientDevice (string protocol, string address);
new Microsoft.EnterpriseManagement.Administration.NotificationRecipientDevice : string * string -> Microsoft.EnterpriseManagement.Administration.NotificationRecipientDevice
Public Sub New (protocol As String, address As String)
Parameters
- protocol
- String
The protocol.
- address
- String
The address.
Remarks
After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.