PushNotificationCreateChannelResult.Channel Property

Definition

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.

Applies to