PushNotificationChannel.Uri Property

Definition

Gets the URI representing the push notification channel.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = pushNotificationChannel.uri;
Public ReadOnly Property Uri As Uri

Property Value

Remarks

Your cloud service uses this URI to send a notification to the device, invoking PushReceived event if the process is already running or launching a new process if it is not.

Applies to