NotificationSeverity Property
In This Topic
The severity of the notification message to send.
Syntax
'Declaration
Public Property NotificationSeverity As Integer
public int NotificationSeverity {get; set;}
public:
property int NotificationSeverity {
int get();
void set ( int value);
}
See Also