Share via


RecipientInfo.DeviceAddress Property

Gets the target device address for the notification.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
Public ReadOnly Property DeviceAddress As String
public string DeviceAddress { get; }
public:
property String^ DeviceAddress {
    String^ get ();
}
/** @property */
public String get_DeviceAddress ()
public function get DeviceAddress () : String

Property Value

A String containing the address of the target device for the given recipient. This value is obtained from the SubscriberDevice record associated with the notification.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RecipientInfo Class
RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace