LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

JobsIds Property






Gets or sets an array of job ID's for the specified user.
Syntax
public string[] JobsIds {get; set;}
'Declaration
 
Public Property JobsIds As String()
'Usage
 
Dim instance As GetClientJobsResponse
Dim value() As String
 
instance.JobsIds = value
 
value = instance.JobsIds
public string[] JobsIds {get; set;}
 get_JobsIds();
set_JobsIds(value);
public:
property array<String^>^ JobsIds {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

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 Cloud Database.
Example
For an example, refer to IJobService.GetClientJobs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetClientJobsResponse Class
GetClientJobsResponse Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
GetClientJobs Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.