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

Id Property (AddJobResponse)






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 string Id {get; set;}
 get_Id();
set_Id(value);
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: 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

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

 

 


Products | Support | Contact Us | Copyright Notices

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