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

JobInformation Property






Gets or sets the JobInformation for the specified job.
Syntax
public JobInformation JobInformation {get; set;}
'Declaration
 
Public Property JobInformation As JobInformation
'Usage
 
Dim instance As GetJobInformationResponse
Dim value As JobInformation
 
instance.JobInformation = value
 
value = instance.JobInformation
public JobInformation JobInformation {get; set;}
 get_JobInformation();
set_JobInformation(value);
public:
property JobInformation^ JobInformation {
   JobInformation^ get();
   void set (    JobInformation^ value);
}

Property Value

The JobInformation for the specified job.
Example
For an example, refer to IJobService.GetJobInformation.
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

GetJobInformationResponse Class
GetJobInformationResponse Members
GetJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices

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