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