DBLinksFinishArgsUserCancelled Property |
|
DataPA OpenAnalytics API Reference
Was the process cancelled by the user?
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool UserCancelled { get; set; }
Public Property UserCancelled As Boolean
Get
Set
public:
property bool UserCancelled {
bool get ();
void set (bool value);
}
function get_UserCancelled();
function set_UserCancelled(value);
Property Value
Type:
BooleanReturn Value
Type:
BooleanRemarks See Also