ToastNotification.RemoteId Property
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.
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
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)
|