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

Show in webframe

ID Property (GetJobInformationRequest)






Gets or sets the ID (GUID) of a job to retrieve the information for.
Syntax
public string ID {get; set;}
'Declaration
 
Public Property ID As String
'Usage
 
Dim instance As GetJobInformationRequest
Dim value As String
 
instance.ID = value
 
value = instance.ID

            

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

Property Value

A System.String that represents the ID (GUID) of a job to retrieve the information for.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

GetJobInformationRequest Class
GetJobInformationRequest Members
GetJobInformation Method

Error processing SSI file