Cancel further data transfer.
Namespace: EAL.Interfaces.SystemAssembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)
Syntax
| C# |
|---|
public bool Cancel { get; set; } |
| Visual Basic |
|---|
Public Property Cancel As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Cancel { bool get (); void set (bool value); } |