ApplicationRequireCredentialsEventArgsCancel Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a boolean flag that indicates if login was cancelled.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
virtual property bool Cancel {
bool get () sealed;
void set (bool value) sealed;
}
function get_Cancel();
function set_Cancel(value);
Return Value
Type:
BooleanA boolean flag that indicates if login was cancelled.
Remarks See Also