adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationAction Class / Severity Property


In This Topic
    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);
    }
    Remarks

    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.

    See Also