FeedAnnouncement.ShowBadgeIfUserNotEngaged 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 un champ de valeur indiquant si un badge doit être affiché sur l’annonce de base si l’utilisateur n’a pas engagé l’annonce. La valeur par défaut est false.
public:
property bool ShowBadgeIfUserNotEngaged { bool get(); void set(bool value); };
bool ShowBadgeIfUserNotEngaged();
void ShowBadgeIfUserNotEngaged(bool value);
public bool ShowBadgeIfUserNotEngaged { get; set; }
var boolean = feedAnnouncement.showBadgeIfUserNotEngaged;
feedAnnouncement.showBadgeIfUserNotEngaged = boolean;
Public Property ShowBadgeIfUserNotEngaged As Boolean
Valeur de propriété
Boolean
bool
True si un badge doit être affiché sur l’annonce de référence ; sinon, false.
Remarques
La valeur par défaut est false.