JobType Property

Summary

Gets or sets the new job type for the specified job.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
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 new job type for the specified job.

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly