ExceptionLoggerNotificationType Property |
doogal.co.uk Home
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 public NotificationType NotificationType { get; set; }
Public Property NotificationType As NotificationType
Get
Set
public:
property NotificationType NotificationType {
NotificationType get ();
void set (NotificationType value);
}
member NotificationType : NotificationType with get, set
Property Value
Type:
NotificationTypeSee Also