DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Set to TRUE to cancel a long running process
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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); } |