←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly