ApplicationAppServerValidationFailed Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicate if validation on the security appserver failed.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AppServerValidationFailed { get; set; }
Public Property AppServerValidationFailed As Boolean
Get
Set
public:
virtual property bool AppServerValidationFailed {
bool get () sealed;
void set (bool value) sealed;
}
function get_AppServerValidationFailed();
function set_AppServerValidationFailed(value);
Return Value
Type:
BooleanTrue if validation on the security appserver failed.
Remarks See Also