LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

Ids Property

Show in webframe





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:
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

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-2014 All Rights Reserved. LEAD Technologies, Inc.