adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AlertNotificationRule Class / NotificationSeverity Property


In This Topic
    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