PushNotificationChannel.Uri 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 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
The Uniform Resource Identifier (URI) (https) that the app server uses to post notifications.
Windows requirements
App capabilities |
internetClient
|