←Select platform

JobType Property

Summary

Gets or sets the job type for a 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 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly