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

Ids Property






Gets or sets the Guid's (ID's) of a job.
Syntax
public string[] Ids {get; set;}
'Declaration
 
Public Property Ids As String()
'Usage
 
Dim instance As AddJobsResponse
Dim value() As String
 
instance.Ids = value
 
value = instance.Ids
public string[] Ids {get; set;}
 get_Ids();
set_Ids(value);
public:
property array<String^>^ Ids {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Property Value

A System.String array that represents the ID's (Guid's) of jobs added using the IJobService.AddJobs operation.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJobs(Leadtools.Services.Cloud.DataContracts.AddJobsRequest).
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

AddJobsResponse Class
AddJobsResponse Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
AddJobs Method

 

 


Products | Support | Contact Us | Copyright Notices

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