adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / MessageSeverity Property


In This Topic
    MessageSeverity Property (INotificationMessage)
    In This Topic
    The notification severity of the message.
    Syntax
    'Declaration
     
    
    ReadOnly Property MessageSeverity As Integer
    int MessageSeverity {get;}
    property int MessageSeverity {
       int get();
    }
    Remarks
    Specify the severity from 1 (lowest) to 9 (highest). Default is 5. Notification Recipients may specify rules for notification based on the severity of the message.
    See Also