JobsIds Property

Summary

Gets or sets an array of job ID's for the specified user.

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

Property Value

An array of Strings that represents the job ID's for the specified user. When IJobService.GetClientJobs is called, the service will return all jobs where the cUserToken column matches the user specified userToken. For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example

For an example, refer to IJobService.GetClientJobs.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly