'Declaration Public Property Severity As Integer
'Declaration
Public Property Severity As Integer
public int Severity {get; set;}
public: property int Severity { int get(); void set ( int value); }
The default severity for new objects is 5.
The Severity is used to determine which recipients receive notification messages when severity thresholds are defined for recipients.
NotificationTask Class NotificationTask Members