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


In This Topic
    MinimumInterval Property (AlertNotificationRule)
    In This Topic
    The minimum interval (in minutes) for messages to be sent for this rule.
    Syntax
    'Declaration
     
    
    Public Property MinimumInterval As Integer
    public int MinimumInterval {get; set;}
    public:
    property int MinimumInterval {
       int get();
       void set (    int value);
    }
    See Also