NotificationInfo.Alert Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit true si la notification doit être envoyée à l’utilisateur, false dans le cas contraire.
public bool? Alert { get; set; }
member this.Alert : Nullable<bool> with get, set
Public Property Alert As Nullable(Of Boolean)
Valeur de propriété
Boolean indiquant si une notification est envoyée à l’utilisateur.