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

IsDeleted Property






Gets or sets a value indicating if a job was successfully deleted.
Syntax
public bool IsDeleted {get; set;}
'Declaration
 
Public Property IsDeleted As Boolean
'Usage
 
Dim instance As DeleteJobResponse
Dim value As Boolean
 
instance.IsDeleted = value
 
value = instance.IsDeleted
public bool IsDeleted {get; set;}
 get_IsDeleted();
set_IsDeleted(value);
public:
property bool IsDeleted {
   bool get();
   void set (    bool value);
}

Property Value

A boolean indicating if a job was successfully deleted (true : Job was deleted / false : Job was not deleted).
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

DeleteJobResponse Class
DeleteJobResponse Members
DeleteJob Method

 

 


Products | Support | Contact Us | Copyright Notices

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