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

ID Property (DeleteJobRequest)






Gets or sets the ID of a job to delete.
Syntax
public string ID {get; set;}
'Declaration
 
Public Property ID As String
'Usage
 
Dim instance As DeleteJobRequest
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 of a job to delete.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.DeleteJob(Leadtools.Services.Cloud.DataContracts.DeleteJobRequest).
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

DeleteJobRequest Class
DeleteJobRequest Members
DeleteJob Method

 

 


Products | Support | Contact Us | Copyright Notices

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