Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

JobType Property (ResetJobRequest)






Gets or sets the job type for a job.
Syntax
public string JobType {get; set;}
'Declaration
 
Public Property JobType As String
'Usage
 
Dim instance As ResetJobRequest
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.
Remarks
If this property is an empty string or null , the existing job type for the job is maintained.

For more information on using job types, refer to Understanding The LEADTOOLS Job Processor Database.

Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.ResetJob(Leadtools.Services.JobProcessor.DataContracts.ResetJobRequest).
Requirements

Target Platforms

See Also

Reference

ResetJobRequest Class
ResetJobRequest Members

Error processing SSI file