NotificationCenter..::..Notifications Property

Gets the alert center notifications.

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

Syntax


public ObservableCollection<Notification> Notifications { get; }
Public ReadOnly Property Notifications As ObservableCollection(Of Notification)
	Get
public:
property ObservableCollection<Notification^>^ Notifications {
	ObservableCollection<Notification^>^ get ();
}

Field Value

The notifications.