Gets the notification service.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected INotificationService NotificationService { get; private set; }
Visual Basic
Protected Property NotificationService As INotificationService
	Get
	Private Set

Remarks

It is preferred to use the Notify(String, NotificationType) method to display notifications, however for more advanced usage, the NotificationService property will return a reference to the actual notification service.

See Also