Gets or sets the type of the notification shown to the end user.
Namespace:
UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
| 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); } |