←Select platform

Abort Property

Summary

Indicates whether the operation should be aborted.

Syntax

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

Leadtools.Caching Assembly