'Declaration
Public Overloads Function GetJobs( _ ByVal jobName As String _ ) As JobCollection
public JobCollection GetJobs( string jobName )
Parameters
- jobName
- The fully-qualified name of the job to fetch (see Remarks).
Return Value
The Job, or null (Nothing) if no matching object is found.The Job, or null (Nothing) if no matching object is found.