adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationRecipient Class / UseForSeverityComparison Property


In This Topic
    UseForSeverityComparison Property (NotificationRecipient)
    In This Topic
    The comparison operator to use when determining whether to use this recipient for a notification message
    Syntax
    'Declaration
     
    
    Public Property UseForSeverityComparison As ComparisonOperator
    public ComparisonOperator UseForSeverityComparison {get; set;}
    public:
    property ComparisonOperator UseForSeverityComparison {
       ComparisonOperator get();
       void set (    ComparisonOperator value);
    }
    Remarks

    Set to ArcanaDevelopment.adTempus.Shared.ComparisonOperator.Unspecified (the default) to not use severity filtering.

    See the Remarks under NotificationRecipient for more information.

    See Also