adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStatus Class / WarningCount Property


In This Topic
    WarningCount Property
    In This Topic
    The number of instances of this job with unacknowledged alerts or warnings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WarningCount As Integer
    public int WarningCount {get;}
    public:
    property int WarningCount {
       int get();
    }
    See Also