PushNotificationCreateChannelResult.Channel Propriété

Définition

Obtient le canal de notification Push résultant d’un appel réussi à CreateChannelAsync.

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

Valeur de propriété

Canal de notification Push créé.

S’applique à