'Declaration
<NotNullAttribute()> Public Overloads Function GetJobs( _ ByVal jobName As String _ ) As JobCollection
[NotNull()] public JobCollection GetJobs( string jobName )
[NotNull()] public: JobCollection^ GetJobs( String^ jobName )
Parameters
- jobName
- The fully-qualified name of the job to fetch (see Remarks).
Return Value
The Job, or a null reference (Nothing in Visual Basic) if no matching object is found.