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