DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
      
    
 Was the process cancelled by the user?
 
        
        Namespace: DataPAClientConfigAssembly: 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); }  |