VisibleJobCount Property (JobGroup)
In This Topic
Gets the number of jobs in this group (not including jobs in sub-groups) that are visible to the user, based on security settings
Syntax
'Declaration
Public ReadOnly Property VisibleJobCount As Integer
public int VisibleJobCount {get;}
public:
property int VisibleJobCount {
int get();
}
See Also