PushNotificationChannel.ExpirationTime Property

Definition

Gets the expiration time of the push notification channel, after which a new channel must be requested with CreateChannelAsync.

public:
 property DateTime ExpirationTime { DateTime get(); };
DateTime ExpirationTime();
public System.DateTimeOffset ExpirationTime { get; }
var dateTime = pushNotificationChannel.expirationTime;
Public ReadOnly Property ExpirationTime As DateTimeOffset

Property Value

The expiration time of the push notification channel

Applies to