←Select platform

JobType Property (JobInformation)

Summary

Gets or sets the job type for a job.

Syntax

C#
VB
C++
public string JobType {get; set;}
Public Property JobType As String
public: 
property String^ JobType { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the job type for a job.

Remarks

Job types are used to categorize jobs. Multiple job types can be used to separate different types of tasks within the same JobProcessor. For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.JobProcessor.DataContracts Assembly
Click or drag to resize