'Declaration
Public Overloads Function GetJobGroups( _ ByVal groupName As String _ ) As JobGroupCollection
public JobGroupCollection GetJobGroups( string groupName )
public: JobGroupCollection^ GetJobGroups( String^ groupName )
Parameters
- groupName
- The fully-qualified name of the group to fetch (see Remarks). Specify a null reference (Nothing in Visual Basic) or an empty string to get the root group.
Return Value
The matching Job Groups