←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly