adTempus API
ArcanaDevelopment.adTempus.Client Namespace / InstanceCounts Class / FailedJobs Property


In This Topic
    FailedJobs Property (InstanceCounts)
    In This Topic
    The number of failed jobs
    Syntax
    'Declaration
     
    
    Public Property FailedJobs As Integer
    public int FailedJobs {get; set;}
    public:
    property int FailedJobs {
       int get();
       void set (    int value);
    }
    See Also