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


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