PushNotificationCreateChannelResult.Channel Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.