LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

JobType Property (ResetJobResponse)






Gets or sets the new job type for the specified job.
Syntax
public string JobType {get; set;}
'Declaration
 
Public Property JobType As String
'Usage
 
Dim instance As ResetJobResponse
Dim value As String
 
instance.JobType = value
 
value = instance.JobType
public string JobType {get; set;}
 get_JobType();
set_JobType(value);
public:
property String^ JobType {
   String^ get();
   void set (    String^ value);
}

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 Cloud Database.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.ResetJob(Leadtools.Services.Cloud.DataContracts.ResetJobRequest).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResetJobResponse Class
ResetJobResponse Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.