Compartir a través de


PushNotificationCreateChannelResult.Channel Propiedad

Definición

Obtiene el canal de notificación push resultante de una llamada correcta a CreateChannelAsync.

public:
 property PushNotificationChannel ^ Channel { PushNotificationChannel ^ get(); };
PushNotificationChannel Channel();
public PushNotificationChannel Channel { get; }
var pushNotificationChannel = pushNotificationCreateChannelResult.channel;
Public ReadOnly Property Channel As PushNotificationChannel

Valor de propiedad

Canal de notificación push creado.

Se aplica a