Gets or sets the type of job.
public string JobType {get; set;}
'Declaration
Public Property JobType As String
'Usage
Dim instance As AddJobRequest
Dim value As String
instance.JobType = value
value = instance.JobType
public:
property String^ JobType {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that represents the job type. Multiple job types can be used to process several different types of jobs within the same cloud. For more information,
Understanding The LEADTOOLS Cloud Database.