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


In This Topic
    GracePeriod Property
    In This Topic
    The grace period for failures
    Syntax
    'Declaration
     
    
    Public Property GracePeriod As Integer
    public int GracePeriod {get; set;}
    public:
    property int GracePeriod {
       int get();
       void set (    int value);
    }
    See Also