DataPA Enterprise Dashboard Controls API Reference
Was the process cancelled by the user?

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool UserCancelled { get; set; }
Visual Basic
Public Property UserCancelled As Boolean
	Get
	Set
Visual C++
public:
property bool UserCancelled {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

Return Value

Type: Boolean

Remarks