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

JobInformation Property

Show in webframe





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:
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

See Also

Reference

GetJobInformationResponse Class
GetJobInformationResponse Members
GetJobInformation Method

 

 


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