DataPA Enterprise Dashboard Controls API Reference
Set to TRUE to cancel a long running process

Namespace: DataPAClientConfig
Assembly: 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);
}

Property Value

Type: Boolean

Return Value

Type: Boolean

Remarks