StoreServicesNotificationChannelRegistrationResult.NotificationChannelUri 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 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
The URI of the notification channel that was used to register your app to receive Partner Center notifications by using the RegisterNotificationChannelAsync method.