ToastNotification.RemoteId Property

Definition

Gets or sets a remote id for the notification that enables the system to correlate this notification with another one generated on another device.

public:
 property Platform::String ^ RemoteId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteId();

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = toastNotification.remoteId;
toastNotification.remoteId = string;
Public Property RemoteId As String

Property Value

String

Platform::String

winrt::hstring

A remote id for the notification that enables the system to correlate this notification with another one generated on another device.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to