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

Id Property (AddJobResponse)

Show in webframe





Gets or sets the Guid (ID) of a job.
Syntax
public string Id {get; set;}
'Declaration
 
Public Property Id As String
'Usage
 
Dim instance As AddJobResponse
Dim value As String
 
instance.Id = value
 
value = instance.Id

            

            
public:
property String^ Id {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the ID (Guid) of a job added using the IJobService.AddJob operation.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.DataContracts.AddJobRequest).
Requirements

Target Platforms

See Also

Reference

AddJobResponse Class
AddJobResponse Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
AddJob Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.