adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / WaitStartLimit Property


In This Topic
    WaitStartLimit Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property WaitStartLimit As Integer
    public int WaitStartLimit {get; set;}
    public:
    property int WaitStartLimit {
       int get();
       void set (    int value);
    }
    See Also