Condividi tramite


PushNotificationCreateChannelResult.Channel Proprietà

Definizione

Ottiene il canale di notifica push risultante da una chiamata riuscita a CreateChannelAsync.

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

Valore della proprietà

Canale di notifica push creato.

Si applica a