PushNotificationCreateChannelResult.Channel 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 push notification channel resulting from a successful call to CreateChannelAsync).
public:
property PushNotificationChannel ^ Channel { PushNotificationChannel ^ get(); };
PushNotificationChannel Channel();
public PushNotificationChannel Channel { get; }
var pushNotificationChannel = pushNotificationCreateChannelResult.channel;
Public ReadOnly Property Channel As PushNotificationChannel
Property Value
The created push notification channel.