adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / WarningJobs Property


In This Topic
    WarningJobs Property (JobGroup)
    In This Topic
    Gets the number of jobs with warnings for the group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WarningJobs As Nullable(Of Integer)
    public Nullable<int> WarningJobs {get;}
    public:
    property Nullable<int> WarningJobs {
       Nullable<int> get();
    }
    Remarks
    This value is only set if the group was fetched through DataContext.GetJobTree.
    See Also