Notification..::..Title Property

Gets or sets the title.

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

Syntax


public Nullable<string> Title { get; set; }
Public Property Title As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> Title {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}

Field Value

The title.