←Select platform

ID Property

Summary

Gets or sets the ID (GUID) of a job.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string ID { get; set; } 
  
Public Property ID As String 
public: 
property String^ ID { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the ID (GUID) of a job.

Remarks

The ID of a job is its unique identifier and the primary key in the Job Processor database. For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly