LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

JobType Property (AddJobRequest)

Show in webframe





Gets or sets the type of job.
Syntax
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.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.DataContracts.AddJobRequest).
Requirements

Target Platforms

See Also

Reference

AddJobRequest Class
AddJobRequest Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
AddJob Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.