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

Show in webframe

JobMetadata Property (ResetJobRequest)






Gets or sets the job metadata for a job.
Syntax
public string JobMetadata {get; set;}
'Declaration
 
Public Property JobMetadata As String
'Usage
 
Dim instance As ResetJobRequest
Dim value As String
 
instance.JobMetadata = value
 
value = instance.JobMetadata

            

            
public:
property String^ JobMetadata {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the job metadata.
Remarks
If this property is null or an empty string, the existing job metadata for the job is maintained. For more information on how job metadata is used, refer to Understanding The LEADTOOLS Job Processor Database
Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.ResetJob(Leadtools.Services.JobProcessor.DataContracts.ResetJobRequest).
Requirements

Target Platforms

See Also

Reference

ResetJobRequest Class
ResetJobRequest Members

Error processing SSI file