'Declaration
Public Overloads Shared Function Exists( _ ByVal jobName As System.String _ ) As System.Boolean
'Usage
Dim jobName As System.String Dim value As System.Boolean value = Job.Exists(jobName)
public static System.bool Exists( System.string jobName )
Parameters
- jobName
- Job Name.
Return Value
True if the Job exists and the user has Inquire access to it.