←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly