Notification..::..Unread Property

Gets or sets a value indicating whether this Notification is unread.

Namespace:  Wpf.NotificationCenter.Notification
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public bool Unread { get; set; }
Public Property Unread As Boolean
	Get
	Set
public:
property bool^ Unread {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if unread; otherwise, false.