'Declaration
Public Overloads Function GetJobGroups( _ ByVal groupName As String _ ) As JobGroupCollection
public JobGroupCollection GetJobGroups( string groupName )
Parameters
- groupName
- The fully-qualified name of the group to fetch (see Remarks). Specify null (nothing) or an empty string to get the root group.
Return Value
The Job Group, or null (Nothing) if no matching object is found.The Job Groups, or null (Nothing) if no matching object is found.