StoreServicesNotificationChannelRegistrationResult.NotificationChannelUri Property

Definition

Gets the URI of the notification channel that was used to register your app to receive Partner Center notifications by using the RegisterNotificationChannelAsync method.

public:
 property Platform::String ^ NotificationChannelUri { Platform::String ^ get(); };
winrt::hstring NotificationChannelUri();
public string NotificationChannelUri { get; }
var string = storeServicesNotificationChannelRegistrationResult.notificationChannelUri;
Public ReadOnly Property NotificationChannelUri As String

Property Value

System.String

The URI of the notification channel that was used to register your app to receive Partner Center notifications by using the RegisterNotificationChannelAsync method.

Applies to