←Select platform

Abort Property

Summary

Indicates whether the operation should be aborted.

Syntax
C#
VB
C++
Java
public bool Abort { get; set; } 
Public Property Abort() As Boolean 
   Get 
   Set 
public:  
   property bool Abort 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getAbort() 
public void setAbort(boolean value) 

Property Value

true to abort the current operation, otherwise; false. Default value is false.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.