NotificationRecipientDevice.Address Property

Definition

The address of the device.

public:
 property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
public string Address { get; set; }
member this.Address : string with get, set
Public Property Address As String

Property Value

String

Returns a String that contains the address to which notifications are sent for this device (for example, user@mycompany.com).

Applies to