Gets or sets the type of the notification shown to the end user.

Namespace:  Utilities
Assembly:  ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)

Collapse imageSyntax

C#
public NotificationType NotificationType { get; set; }
Visual Basic (Declaration)
Public Property NotificationType As NotificationType
Visual C++
public:
property NotificationType NotificationType {
	NotificationType get ();
	void set (NotificationType value);
}

Collapse imageSee Also