ImportExportCancel Property |
|
DataPA OpenAnalytics API Reference
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 public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}
function get_Cancel();
function set_Cancel(value);
Property Value
Type:
BooleanReturn Value
Type:
BooleanRemarks See Also