PushNotificationChannel.Uri Property

Definition

Gets the Uniform Resource Identifier (URI) to which an app server sends a push notification intended for an application or secondary tile bound to this channel. This Uniform Resource Identifier (URI) is transmitted to and stored by the third-party app server.

public:
 property Platform::String ^ Uri { Platform::String ^ get(); };
winrt::hstring Uri();
public string Uri { get; }
var string = pushNotificationChannel.uri;
Public ReadOnly Property Uri As String

Property Value

String

Platform::String

winrt::hstring

The Uniform Resource Identifier (URI) (https) that the app server uses to post notifications.

Windows requirements

App capabilities
internetClient

Applies to

See also