IsDeleted Property

Summary

Gets or sets a value indicating if a job was successfully deleted.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public bool IsDeleted { get; set; } 
  
Public Property IsDeleted As Boolean 
public: 
property bool IsDeleted { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

A boolean indicating if a job was successfully deleted (true : Job was deleted / false : Job was not deleted).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly