adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationGroupMember Class / UseForSeverity Property


In This Topic
    UseForSeverity Property (NotificationGroupMember)
    In This Topic
    The severity threshold to use when determining whether to use this recipient for a notification message
    Syntax
    'Declaration
     
    
    Public Property UseForSeverity As Integer
    public int UseForSeverity {get; set;}
    public:
    property int UseForSeverity {
       int get();
       void set (    int value);
    }
    Remarks
    See the Remarks under NotificationRecipient for more information.
    See Also