FeedAnnouncement.ShowBadgeIfUserNotEngaged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value field indicating whether a badge should be displayed on the baseline announcement if the user has not engaged with the announcement. Default value will be 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
Property Value
Boolean
bool
True if a badge should be displayed on the baseline announcement; otherwise, false.
Remarks
The default value is false.