adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ComputerMonitor Class / TestInterval Property


In This Topic
    TestInterval Property
    In This Topic
    The interval (in seconds) to test at.
    Syntax
    'Declaration
     
    
    Public Property TestInterval As Integer
    public int TestInterval {get; set;}
    public:
    property int TestInterval {
       int get();
       void set (    int value);
    }
    See Also