Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

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

Error processing SSI file