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

IsDeleted Property

Show in webframe





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

See Also

Reference

DeleteJobResponse Class
DeleteJobResponse Members
DeleteJob Method

 

 


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